public abstract class Row extends java.lang.Object implements Element
Elements comprising a DisplayGroup.
A Row allows clients to control how multiple properties
are displayed in a row.
The spacing between properties in a row is control through the insertion of
Spring objects between properties and/or properties and vertical
edges of the property inspector.
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ROW |
| Constructor and Description |
|---|
Row() |
| Modifier and Type | Method and Description |
|---|---|
Extensible |
getExtensible()
Get the
Extensible information. |
boolean |
isExtensible()
Find out whether this element is
Extensible. |
boolean |
mayHaveChildren()
Find out whether this element contains other elements as children.
|
java.lang.String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetChildrenpublic static final java.lang.String ROW
public boolean mayHaveChildren()
ElementmayHaveChildren in interface Elementpublic boolean isExtensible()
ElementExtensible.isExtensible in interface ElementExtensible.public Extensible getExtensible()
ElementExtensible information.getExtensible in interface Elementtrue from the
isExtensible() method, must implement the Extensible
interface and return this from their implementation of
this method.public java.lang.String toString()
toString in class java.lang.Object