Uses of Enum Class
com.levigo.jadice.web.client.tools.lens.FrozenStateMode
Packages that use FrozenStateMode
-
Uses of FrozenStateMode in com.levigo.jadice.web.client.tools
Methods in com.levigo.jadice.web.client.tools that return FrozenStateModeModifier and TypeMethodDescriptionHoverLensTool.getFrozenStateMode()Return the frozen state mode, which describes how instances of hover lens handles the frozen mode.Methods in com.levigo.jadice.web.client.tools with parameters of type FrozenStateModeModifier and TypeMethodDescriptionvoidHoverLensTool.setFrozenStateMode(FrozenStateMode frozenStateMode) Set the frozen state mode, which describes how instances of hover lens handles the frozen mode. -
Uses of FrozenStateMode in com.levigo.jadice.web.client.tools.lens
Methods in com.levigo.jadice.web.client.tools.lens that return FrozenStateModeModifier and TypeMethodDescriptionstatic FrozenStateModeReturns the enum constant of this class with the specified name.static FrozenStateMode[]FrozenStateMode.values()Returns an array containing the constants of this enum class, in the order they are declared.