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 TypeClassDescriptionclass
EffectIcons 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 TypeClassDescriptionclass
A Widget which can display differentIconFont
s 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 theStateIcon
for 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 newBasicAction
with the given parameterBasicAction
(String label, StateIcon icon, Command command, boolean closeOnExecution) Create a newBasicAction
with the given parameterBasicAction
(String label, String description, StateIcon icon, Command command) Create a newBasicAction
with the given parameterBasicAction
(String label, String description, StateIcon icon, Command command, boolean closeOnExecution) Create a newBasicAction
with 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 newRegisteredAction
with the given parameters.RegisteredAction
(String label, String description, KeyStroke acceleratorKey, KeyStroke alternativeAcceleratorKey, StateIcon icon, Command command, Collection<Object> context, boolean closeOnExecution) Creates a newRegisteredAction
with 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 newRegisteredAction
with the given parameters.