Class
caplin.presenter.node

DisplayField

A PresentationNode containing all of the attributes necessary to model a non-input field on screen.

Constructor Summary

Attributes Name and Description
caplin.presenter.node.DisplayField(Object vValue)

Constructs a new instance of DisplayField.

Field Summary

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.

Methods inherited from class caplin.presenter.node.PresentationNode:
getPath, nodes, properties, removeAllListeners, removeChildListeners

Constructor Detail

caplin.presenter.node.DisplayField(Object vValue)

Constructs a new instance of DisplayField.

Parameters
Object vValue (optional) The initial value of the field, either using a primitive type or as a caplin.presenter.property.Property.

Field Detail

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.