Class TableWidget.ColumnProperty
- java.lang.Object
-
- org.csstudio.display.builder.model.properties.PropertyChangeHandler<T>
-
- org.csstudio.display.builder.model.WidgetProperty<java.util.List<WidgetProperty<?>>>
-
- org.csstudio.display.builder.model.StructuredWidgetProperty
-
- org.csstudio.display.builder.model.widgets.TableWidget.ColumnProperty
-
- Enclosing class:
- TableWidget
public static class TableWidget.ColumnProperty extends org.csstudio.display.builder.model.StructuredWidgetProperty
-
-
Constructor Summary
Constructors Constructor Description ColumnProperty(Widget widget, java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WidgetProperty<java.lang.Boolean>
editable()
WidgetProperty<java.lang.String>
name()
org.csstudio.display.builder.model.ArrayWidgetProperty<WidgetProperty<java.lang.String>>
options()
WidgetProperty<java.lang.Integer>
width()
-
Methods inherited from class org.csstudio.display.builder.model.StructuredWidgetProperty
getElement, getElement, isDefaultValue, isReadonly, isUsingWidgetClass, readFromXML, setValue, setValueFromObject, size, toString, writeToXML
-
Methods inherited from class org.csstudio.display.builder.model.WidgetProperty
clone, getCategory, getDefaultValue, getDescription, getName, getPath, getValue, getWidget, useWidgetClass
-
-
-
-
Constructor Detail
-
ColumnProperty
public ColumnProperty(Widget widget, java.lang.String name)
-
-
Method Detail
-
name
public WidgetProperty<java.lang.String> name()
-
width
public WidgetProperty<java.lang.Integer> width()
-
editable
public WidgetProperty<java.lang.Boolean> editable()
-
options
public org.csstudio.display.builder.model.ArrayWidgetProperty<WidgetProperty<java.lang.String>> options()
-
-