Uses of Interface
org.zkoss.stateless.function.CheckedConsumer2
-
Packages that use CheckedConsumer2 Package Description org.zkoss.stateless.action org.zkoss.stateless.function org.zkoss.stateless.ui org.zkoss.stateless.util -
-
Uses of CheckedConsumer2 in org.zkoss.stateless.action
Subinterfaces of CheckedConsumer2 in org.zkoss.stateless.action Modifier and Type Interface Description static interface
ActionType.OnAcrossPage2<A,B>
static interface
ActionType.OnAdjustCols2<A,B>
static interface
ActionType.OnAdjustFrozenCols2<A,B>
static interface
ActionType.OnAdjustRows2<A,B>
static interface
ActionType.OnAfterRender2<A,B>
static interface
ActionType.OnAfterSize2<A,B>
static interface
ActionType.OnAnchorPos2<A,B>
static interface
ActionType.OnBlur2<A,B>
static interface
ActionType.OnBookmarkChange2<A,B>
static interface
ActionType.OnCameraUnavailable2<A,B>
static interface
ActionType.OnCancel2<A,B>
static interface
ActionType.OnCellClick2<A,B>
static interface
ActionType.OnChange2<A,B>
static interface
ActionType.OnChanging2<A,B>
static interface
ActionType.OnCheck2<A,B>
static interface
ActionType.OnCheckSelectAll2<A,B>
static interface
ActionType.OnClear2<A,B>
static interface
ActionType.OnClick2<A,B>
static interface
ActionType.OnClientInfo2<A,B>
static interface
ActionType.OnClose2<A,B>
static interface
ActionType.OnColSize2<A,B>
static interface
ActionType.OnCreate2<A,B>
static interface
ActionType.OnCrop2<A,B>
static interface
ActionType.OnCtrlKey2<A,B>
static interface
ActionType.OnDataLoading2<A,B>
static interface
ActionType.OnDeferredEvaluation2<A,B>
static interface
ActionType.OnDesktopRecycle2<A,B>
static interface
ActionType.OnDetect2<A,B>
static interface
ActionType.OnDivisionSize2<A,B>
static interface
ActionType.OnDoubleClick2<A,B>
static interface
ActionType.OnDrop2<A,B>
static interface
ActionType.OnError2<A,B>
static interface
ActionType.OnFocus2<A,B>
static interface
ActionType.OnFulfill2<A,B>
static interface
ActionType.OnGroup2<A,B>
static interface
ActionType.OnHistoryPopState2<A,B>
static interface
ActionType.OnInnerWidth2<A,B>
static interface
ActionType.OnItemClick2<A,B>
static interface
ActionType.OnLengthLimitExceed2<A,B>
static interface
ActionType.OnMaxFileCountExceed2<A,B>
static interface
ActionType.OnMaximize2<A,B>
static interface
ActionType.OnMaxsizeExceed2<A,B>
static interface
ActionType.OnMinimize2<A,B>
static interface
ActionType.OnModal2<A,B>
static interface
ActionType.OnMouseOut2<A,B>
static interface
ActionType.OnMouseOver2<A,B>
static interface
ActionType.OnMove2<A,B>
static interface
ActionType.OnNotify2<A,B>
static interface
ActionType.OnOK2<A,B>
static interface
ActionType.OnOpen2<A,B>
static interface
ActionType.OnPageSize2<A,B>
static interface
ActionType.OnPaging2<A,B>
static interface
ActionType.OnPiggyback2<A,B>
static interface
ActionType.OnPortalDrop2<A,B>
static interface
ActionType.OnPortalMove2<A,B>
static interface
ActionType.OnRangeValueChange2<A,B>
static interface
ActionType.OnRender2<A,B>
static interface
ActionType.OnRightClick2<A,B>
static interface
ActionType.OnRotate2<A,B>
static interface
ActionType.OnSave2<A,B>
static interface
ActionType.OnScriptError2<A,B>
static interface
ActionType.OnScroll2<A,B>
static interface
ActionType.OnScrolling2<A,B>
static interface
ActionType.OnScrollPos2<A,B>
static interface
ActionType.OnScrollX2<A,B>
static interface
ActionType.OnScrollY2<A,B>
static interface
ActionType.OnSearch2<A,B>
static interface
ActionType.OnSearching2<A,B>
static interface
ActionType.OnSelect2<A,B>
static interface
ActionType.OnSelection2<A,B>
static interface
ActionType.OnSelectSubModel2<A,B>
static interface
ActionType.OnSize2<A,B>
static interface
ActionType.OnSlide2<A,B>
static interface
ActionType.OnSnapshotUpload2<A,B>
static interface
ActionType.OnSort2<A,B>
static interface
ActionType.OnStateChange2<A,B>
static interface
ActionType.OnStub2<A,B>
static interface
ActionType.OnSwipe2<A,B>
static interface
ActionType.OnTargetClick2<A,B>
static interface
ActionType.OnTimer2<A,B>
static interface
ActionType.OnTimeZoneChange2<A,B>
static interface
ActionType.OnTopPad2<A,B>
static interface
ActionType.OnUngroup2<A,B>
static interface
ActionType.OnUpload2<A,B>
static interface
ActionType.OnURIChange2<A,B>
static interface
ActionType.OnUser2<A,B>
static interface
ActionType.OnVisibilityChange2<A,B>
static interface
ActionType.OnWeekClick2<A,B>
static interface
ActionType.OnZIndex2<A,B>
-
Uses of CheckedConsumer2 in org.zkoss.stateless.function
Methods in org.zkoss.stateless.function that return CheckedConsumer2 Modifier and Type Method Description default CheckedConsumer2<A,B>
CheckedConsumer2. andThen(CheckedConsumer2<? super A,? super B> after)
Methods in org.zkoss.stateless.function with parameters of type CheckedConsumer2 Modifier and Type Method Description default CheckedConsumer2<A,B>
CheckedConsumer2. andThen(CheckedConsumer2<? super A,? super B> after)
-
Uses of CheckedConsumer2 in org.zkoss.stateless.ui
Methods in org.zkoss.stateless.ui with parameters of type CheckedConsumer2 Modifier and Type Method Description Component
Locator. toComponent(CheckedConsumer2<Event,Scope> eventHandlers)
Converts this locator to ZK Component forEvents.postEvent(Event)
API to use.Component
Self. toComponent(CheckedConsumer2<Event,Scope> eventHandlers)
-
Uses of CheckedConsumer2 in org.zkoss.stateless.util
Subinterfaces of CheckedConsumer2 in org.zkoss.stateless.util Modifier and Type Interface Description interface
ActionHandler2<A,B>
Represents an action handler with two arguments.
-