Uses of Class
org.apache.pivot.wtk.Button.State
-
Packages that use Button.State Package Description org.apache.pivot.wtk Contains classes that define the structure and behavior of WTK user interface components.org.apache.pivot.wtk.content Contains classes representing component data, such as list items or table rows.org.apache.pivot.wtk.skin Contains common skins and abstract base classes for theme-specific skins.org.apache.pivot.wtk.skin.terra Defines skin classes for the "Terra" theme. -
-
Uses of Button.State in org.apache.pivot.wtk
Methods in org.apache.pivot.wtk that return Button.State Modifier and Type Method Description Button.State
ListView. getItemCheckmarkState(int index)
Gets an item's checkmark state (for tri-state checkmarks).Button.State
Button. getState()
Button.State
ListView.ItemStateBindMapping. getState(java.lang.Object item)
Returns theButton.State
for the given item during aComponent.load(Object)
operation.Button.State
Button.StateBindMapping. toState(java.lang.Object value)
Converts a context value to a button state during aComponent.load(Object)
operation.static Button.State
Button.State. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Button.State[]
Button.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.pivot.wtk that return types with arguments of type Button.State Modifier and Type Method Description ImmutableList<Button.State>
ListView. getCheckmarkStates()
Gets the state of all items' checkmarks (for the tri-state case).Methods in org.apache.pivot.wtk with parameters of type Button.State Modifier and Type Method Description void
ListView.ItemRenderer. render(java.lang.Object item, int index, ListView listView, boolean selected, Button.State state, boolean highlighted, boolean disabled)
Prepares the renderer for layout or paint.void
ListView. setItemCheckmarkState(int index, Button.State state)
Sets an item's checkmark state (for tri-state checkmarks).void
Button. setState(Button.State state)
Sets the button's tri-state selection state.void
ListView.ItemStateBindMapping. setState(java.lang.Object item, Button.State state)
Sets theButton.State
for the given item during aComponent.store(Object)
operation.void
ButtonStateListener.Listeners. stateChanged(Button button, Button.State previousState)
void
ButtonStateListener. stateChanged(Button button, Button.State previousState)
Called when a button's state has changed.java.lang.Object
Button.StateBindMapping. valueOf(Button.State state)
Converts a button state to a context value during aComponent.store(Object)
operation. -
Uses of Button.State in org.apache.pivot.wtk.content
Methods in org.apache.pivot.wtk.content with parameters of type Button.State Modifier and Type Method Description void
ListViewColorItemRenderer. render(java.lang.Object item, int index, ListView listView, boolean selected, Button.State state, boolean highlighted, boolean disabled)
void
ListViewItemRenderer. render(java.lang.Object item, int index, ListView listView, boolean selected, Button.State state, boolean highlighted, boolean disabled)
-
Uses of Button.State in org.apache.pivot.wtk.skin
Methods in org.apache.pivot.wtk.skin with parameters of type Button.State Modifier and Type Method Description void
ButtonSkin. stateChanged(Button button, Button.State previousState)
-
Uses of Button.State in org.apache.pivot.wtk.skin.terra
Methods in org.apache.pivot.wtk.skin.terra with parameters of type Button.State Modifier and Type Method Description void
TerraFileBrowserSkin.ListViewDriveRenderer. render(java.lang.Object item, int index, ListView listView, boolean selected, Button.State state, boolean highlighted, boolean disabled)
void
TerraFileBrowserSkin.ListViewFileRenderer. render(java.lang.Object item, int index, ListView listView, boolean selected, Button.State state, boolean highlighted, boolean disabled)
void
TerraVFSBrowserSkin.ListViewDriveRenderer. render(java.lang.Object item, int index, ListView listView, boolean selected, Button.State state, boolean highlighted, boolean disabled)
void
TerraVFSBrowserSkin.ListViewFileRenderer. render(java.lang.Object item, int index, ListView listView, boolean selected, Button.State state, boolean highlighted, boolean disabled)
void
TerraTabPaneSkin.TabButtonSkin. stateChanged(Button button, Button.State previousState)
-