|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.4.0) E13403-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.ide.inspector.layout.Row
public abstract class Row
One of the 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.
| Field Summary | |
|---|---|
static java.lang.String |
ROW
|
| Fields inherited from interface oracle.ide.inspector.layout.Element |
|---|
EXTENDS, ID, PART_OF |
| Constructor Summary | |
|---|---|
Row()
|
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface oracle.ide.inspector.layout.Element |
|---|
getChildren |
| Field Detail |
|---|
public static final java.lang.String ROW
| Constructor Detail |
|---|
public Row()
| Method Detail |
|---|
public boolean mayHaveChildren()
Element
mayHaveChildren 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
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.4.0) E13403-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||