Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


oracle.ide.inspector.layout
Class Row

java.lang.Object
  extended by oracle.ide.inspector.layout.Row

All Implemented Interfaces:
Element

public abstract class Row
extends java.lang.Object
implements Element

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

ROW

public static final java.lang.String ROW
See Also:
Constant Field Values

Constructor Detail

Row

public Row()

Method Detail

mayHaveChildren

public boolean mayHaveChildren()
Description copied from interface: Element
Find out whether this element contains other elements as children.
Specified by:
mayHaveChildren in interface Element
Returns:
true is this element is a container of other elements.

isExtensible

public boolean isExtensible()
Description copied from interface: Element
Find out whether this element is Extensible.
Specified by:
isExtensible in interface Element
Returns:
true if this element is Extensible.

getExtensible

public Extensible getExtensible()
Description copied from interface: Element
Get the Extensible information.
Specified by:
getExtensible in interface Element
Returns:
implementations that return true from the isExtensible() method, must implement the Extensible interface and return this from their implementation of this method.

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Copyright © 1997, 2012, Oracle. All rights reserved.