PresentationNode
containing all of the attributes necessary to
model a non-input field on screen.
Attributes | Name and Description |
---|---|
|
caplin.presenter.node.DisplayField(Object vValue)
Constructs a new instance of |
Attributes | Name and Description |
---|---|
|
label
The textual label associated with the field. |
|
value
The current value displayed within the field. |
|
visible
A boolean property representing whether the field is visible or not. |
►
caplin.presenter.node.DisplayField(Object vValue)
Constructs a new instance of DisplayField
.
Object | vValue | (optional) The initial value of the field, either using a primitive type or as a caplin.presenter.property.Property. |
►
caplin.presenter.property.WritableProperty
label
The textual label associated with the field.
►
caplin.presenter.property.WritableProperty
value
The current value displayed within the field.
►
caplin.presenter.property.WritableProperty
visible
A boolean property representing whether the field is visible or not.