|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Element
Base class for all layout classes.
| Field Summary | |
|---|---|
static java.lang.String |
EXTENDS |
static java.lang.String |
ID |
static java.lang.String |
PART_OF |
| Method Summary | |
|---|---|
java.util.List<Element> |
getChildren()If this element contains other elements as children, this method returns the list of children, otherwise, it returns an empty list. |
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. |
| Field Detail |
|---|
static final java.lang.String ID
static final java.lang.String EXTENDS
static final java.lang.String PART_OF
| Method Detail |
|---|
boolean mayHaveChildren()
java.util.List<Element> getChildren()
boolean isExtensible()
Extensible.Extensible.Extensible getExtensible()
Extensible information.true from the isExtensible() method, must implement the Extensible interface and return this from their implementation of this method.
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||