Class SelectElementFromTableButtonProperties<T,V>
java.lang.Object
com.amalgamasimulation.desktop.ui.editor.sections.descriptors.buttons.common.ButtonProperties<SelectElementFromTableButtonProperties<T,V>>
com.amalgamasimulation.desktop.ui.editor.sections.descriptors.buttons.common.ContainerButtonProperties<T,V,SelectElementFromTableButtonProperties<T,V>>
com.amalgamasimulation.desktop.ui.editor.sections.descriptors.buttons.SelectElementFromTableButtonProperties<T,V>
- All Implemented Interfaces:
IButtonProperties,IContainerButtonProperties
public class SelectElementFromTableButtonProperties<T,V>
extends ContainerButtonProperties<T,V,SelectElementFromTableButtonProperties<T,V>>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceNested classes/interfaces inherited from class com.amalgamasimulation.desktop.ui.editor.sections.descriptors.buttons.common.ContainerButtonProperties
ContainerButtonProperties.ContainerAction<T,V> -
Field Summary
Fields inherited from class com.amalgamasimulation.desktop.ui.editor.sections.descriptors.buttons.common.ContainerButtonProperties
action, setterValue, updaterControlFields inherited from class com.amalgamasimulation.desktop.ui.editor.sections.descriptors.buttons.common.ButtonProperties
eventBroker, height, icon, style, text, tooltip, width -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncomparator(Comparator<V> comparator) customAction(SelectElementFromTableButtonProperties.CustomAction<T, V> customAction) getTitle()Methods inherited from class com.amalgamasimulation.desktop.ui.editor.sections.descriptors.buttons.common.ContainerButtonProperties
action, getActionMethods inherited from class com.amalgamasimulation.desktop.ui.editor.sections.descriptors.buttons.common.ButtonProperties
getEventBroker, getHeight, getIcon, getStyle, getText, getThis, getTooltip, getWidth, height, icon, isEnable, isVisible, setCurrentEnable, setEnable, setEnable, setStyle, setVisible, setVisible, text, tooltip, width
-
Constructor Details
-
SelectElementFromTableButtonProperties
public SelectElementFromTableButtonProperties()
-
-
Method Details
-
getTitle
-
title
-
getColumns
-
columns
-
getValues
-
values
-
getFilter
-
filter
-
getComparator
-
comparator
-
customAction
public SelectElementFromTableButtonProperties<T,V> customAction(SelectElementFromTableButtonProperties.CustomAction<T, V> customAction)
-