Uses of Interface
org.zkoss.stateless.function.CheckedConsumer3
-
Packages that use CheckedConsumer3 Package Description org.zkoss.stateless.action org.zkoss.stateless.function org.zkoss.stateless.util -
-
Uses of CheckedConsumer3 in org.zkoss.stateless.action
Subinterfaces of CheckedConsumer3 in org.zkoss.stateless.action Modifier and Type Interface Description static interface
ActionType.OnAcrossPage3<A,B,C>
static interface
ActionType.OnAdjustCols3<A,B,C>
static interface
ActionType.OnAdjustFrozenCols3<A,B,C>
static interface
ActionType.OnAdjustRows3<A,B,C>
static interface
ActionType.OnAfterRender3<A,B,C>
static interface
ActionType.OnAfterSize3<A,B,C>
static interface
ActionType.OnAnchorPos3<A,B,C>
static interface
ActionType.OnBlur3<A,B,C>
static interface
ActionType.OnBookmarkChange3<A,B,C>
static interface
ActionType.OnCameraUnavailable3<A,B,C>
static interface
ActionType.OnCancel3<A,B,C>
static interface
ActionType.OnCellClick3<A,B,C>
static interface
ActionType.OnChange3<A,B,C>
static interface
ActionType.OnChanging3<A,B,C>
static interface
ActionType.OnCheck3<A,B,C>
static interface
ActionType.OnCheckSelectAll3<A,B,C>
static interface
ActionType.OnClear3<A,B,C>
static interface
ActionType.OnClick3<A,B,C>
static interface
ActionType.OnClientInfo3<A,B,C>
static interface
ActionType.OnClose3<A,B,C>
static interface
ActionType.OnColSize3<A,B,C>
static interface
ActionType.OnCreate3<A,B,C>
static interface
ActionType.OnCrop3<A,B,C>
static interface
ActionType.OnCtrlKey3<A,B,C>
static interface
ActionType.OnDataLoading3<A,B,C>
static interface
ActionType.OnDeferredEvaluation3<A,B,C>
static interface
ActionType.OnDesktopRecycle3<A,B,C>
static interface
ActionType.OnDetect3<A,B,C>
static interface
ActionType.OnDivisionSize3<A,B,C>
static interface
ActionType.OnDoubleClick3<A,B,C>
static interface
ActionType.OnDrop3<A,B,C>
static interface
ActionType.OnError3<A,B,C>
static interface
ActionType.OnFocus3<A,B,C>
static interface
ActionType.OnFulfill3<A,B,C>
static interface
ActionType.OnGroup3<A,B,C>
static interface
ActionType.OnHistoryPopState3<A,B,C>
static interface
ActionType.OnInnerWidth3<A,B,C>
static interface
ActionType.OnItemClick3<A,B,C>
static interface
ActionType.OnLengthLimitExceed3<A,B,C>
static interface
ActionType.OnMaxFileCountExceed3<A,B,C>
static interface
ActionType.OnMaximize3<A,B,C>
static interface
ActionType.OnMaxsizeExceed3<A,B,C>
static interface
ActionType.OnMinimize3<A,B,C>
static interface
ActionType.OnModal3<A,B,C>
static interface
ActionType.OnMouseOut3<A,B,C>
static interface
ActionType.OnMouseOver3<A,B,C>
static interface
ActionType.OnMove3<A,B,C>
static interface
ActionType.OnNotify3<A,B,C>
static interface
ActionType.OnOK3<A,B,C>
static interface
ActionType.OnOpen3<A,B,C>
static interface
ActionType.OnPageSize3<A,B,C>
static interface
ActionType.OnPaging3<A,B,C>
static interface
ActionType.OnPiggyback3<A,B,C>
static interface
ActionType.OnPortalDrop3<A,B,C>
static interface
ActionType.OnPortalMove3<A,B,C>
static interface
ActionType.OnRangeValueChange3<A,B,C>
static interface
ActionType.OnRender3<A,B,C>
static interface
ActionType.OnRightClick3<A,B,C>
static interface
ActionType.OnRotate3<A,B,C>
static interface
ActionType.OnSave3<A,B,C>
static interface
ActionType.OnScriptError3<A,B,C>
static interface
ActionType.OnScroll3<A,B,C>
static interface
ActionType.OnScrolling3<A,B,C>
static interface
ActionType.OnScrollPos3<A,B,C>
static interface
ActionType.OnScrollX3<A,B,C>
static interface
ActionType.OnScrollY3<A,B,C>
static interface
ActionType.OnSearch3<A,B,C>
static interface
ActionType.OnSearching3<A,B,C>
static interface
ActionType.OnSelect3<A,B,C>
static interface
ActionType.OnSelection3<A,B,C>
static interface
ActionType.OnSelectSubModel3<A,B,C>
static interface
ActionType.OnSize3<A,B,C>
static interface
ActionType.OnSlide3<A,B,C>
static interface
ActionType.OnSnapshotUpload3<A,B,C>
static interface
ActionType.OnSort3<A,B,C>
static interface
ActionType.OnStateChange3<A,B,C>
static interface
ActionType.OnStub3<A,B,C>
static interface
ActionType.OnSwipe3<A,B,C>
static interface
ActionType.OnTargetClick3<A,B,C>
static interface
ActionType.OnTimer3<A,B,C>
static interface
ActionType.OnTimeZoneChange3<A,B,C>
static interface
ActionType.OnTopPad3<A,B,C>
static interface
ActionType.OnUngroup3<A,B,C>
static interface
ActionType.OnUpload3<A,B,C>
static interface
ActionType.OnURIChange3<A,B,C>
static interface
ActionType.OnUser3<A,B,C>
static interface
ActionType.OnVisibilityChange3<A,B,C>
static interface
ActionType.OnWeekClick3<A,B,C>
static interface
ActionType.OnZIndex3<A,B,C>
-
Uses of CheckedConsumer3 in org.zkoss.stateless.function
Methods in org.zkoss.stateless.function that return CheckedConsumer3 Modifier and Type Method Description default CheckedConsumer3<A,B,C>
CheckedConsumer3. andThen(CheckedConsumer3<? super A,? super B,? super C> after)
Methods in org.zkoss.stateless.function with parameters of type CheckedConsumer3 Modifier and Type Method Description default CheckedConsumer3<A,B,C>
CheckedConsumer3. andThen(CheckedConsumer3<? super A,? super B,? super C> after)
-
Uses of CheckedConsumer3 in org.zkoss.stateless.util
Subinterfaces of CheckedConsumer3 in org.zkoss.stateless.util Modifier and Type Interface Description interface
ActionHandler3<A,B,C>
Represents an action handler with three arguments.
-