Uses of Interface
com.jadice.web.util.icon.client.StateIcon
Packages that use StateIcon
Package
Description
-
Uses of StateIcon in com.jadice.web.util.icon.client
Classes in com.jadice.web.util.icon.client that implement StateIconModifier and TypeClassDescriptionclassEffectIcons with state (selected, hover,...)Methods in com.jadice.web.util.icon.client that return StateIcon -
Uses of StateIcon in com.jadice.web.util.icon.client.iconfont
Classes in com.jadice.web.util.icon.client.iconfont that implement StateIconModifier and TypeClassDescriptionclassA Widget which can display differentIconFonts for enabled and selected state. -
Uses of StateIcon in com.levigo.jadice.web.client.ui
Classes in com.levigo.jadice.web.client.ui with type parameters of type StateIcon -
Uses of StateIcon in com.levigo.jadice.web.client.util.action
Methods in com.levigo.jadice.web.client.util.action that return StateIconModifier and TypeMethodDescriptionAction.getIcon()Returns theStateIconfor this action.BasicAction.getIcon()RegisteredAction.getIcon()Constructors in com.levigo.jadice.web.client.util.action with parameters of type StateIconModifierConstructorDescriptionBasicAction(String label, StateIcon stateIcon, Command command) Create a newBasicActionwith the given parameterBasicAction(String label, StateIcon icon, Command command, boolean closeOnExecution) Create a newBasicActionwith the given parameterBasicAction(String label, String description, StateIcon icon, Command command) Create a newBasicActionwith the given parameterBasicAction(String label, String description, StateIcon icon, Command command, boolean closeOnExecution) Create a newBasicActionwith the given parameterDynamicRegisteredAction(Function<Collection<Object>, String> labelMaker, KeyStroke acceleratorKey, StateIcon icon, Command command, Collection<Object> context) DynamicRegisteredAction(Function<Collection<Object>, String> labelMaker, Function<Collection<Object>, String> descriptionMaker, KeyStroke acceleratorKey, KeyStroke alternativeAcceleratorKey, StateIcon icon, Command command, Collection<Object> context, boolean closeOnExecution) RegisteredAction(String label, KeyStroke acceleratorKey, StateIcon icon, Command command, Collection<Object> context) Creates a newRegisteredActionwith the given parameters.RegisteredAction(String label, String description, KeyStroke acceleratorKey, KeyStroke alternativeAcceleratorKey, StateIcon icon, Command command, Collection<Object> context, boolean closeOnExecution) Creates a newRegisteredActionwith the given parameters.RegisteredAction(String label, String description, KeyStroke acceleratorKey, KeyStroke alternativeAcceleratorKey, StateIcon icon, Command command, Collection<Object> context, boolean closeOnExecution, boolean doRegister) Creates a newRegisteredActionwith the given parameters.