public interface ExtraContentElement
ExtraColumn.| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getNextValue()
Returns the next larger value for the element.
|
java.lang.Object |
getPreviousValue()
Returns the next smaller value for the element.
|
ExtraContentType |
getType()
Gets the type of rendering to be performed for this element.
|
java.lang.Object |
getValue()
Returns the value for the element.
|
java.lang.Class<?> |
getValueClass()
Returns the most specific superclass for the element value.
|
boolean |
isEditable()
Returns true if the element
is editable.
|
void |
setValue(java.lang.Object aValue)
Sets the value in the element.
|
ExtraContentType getType()
java.lang.Class<?> getValueClass()
java.lang.Object getValue()
boolean isEditable()
setValue on the element will not
change the value of that element.setValue(java.lang.Object)void setValue(java.lang.Object aValue)
aValue - the new valuegetValue(),
isEditable()java.lang.Object getNextValue()
SPINNER type elements.java.lang.Object getPreviousValue()
SPINNER type elements.