|
NextApp Echo App Container 1.1.4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface implemented by services that may be held in a ContainerPane. Classes that implement this interface must extend ComponentPeer.
Field Summary | |
static java.lang.String |
SCROLLING_ALWAYS
A scrolling attribute indicating that scrollbars should always be displayed. |
static java.lang.String |
SCROLLING_AUTO
A scrolling attribute indicating that scrollbars should be displayed if necessary. |
static java.lang.String |
SCROLLING_NEVER
A scrolling attribute indicating that scrollbars should never be displayed. |
Method Summary | |
Id |
getId()
Returns the underlying Service Id for the
pane. |
java.lang.String |
getScrolling()
Returns the scrolling property of the pane. |
java.lang.String |
getUri(Connection conn)
Returns the URI from which the pane's service may be rendered. |
Field Detail |
public static final java.lang.String SCROLLING_AUTO
public static final java.lang.String SCROLLING_ALWAYS
public static final java.lang.String SCROLLING_NEVER
Method Detail |
public Id getId()
Service
Id
for the
pane.
Service
Id
for the
pane.public java.lang.String getScrolling()
public java.lang.String getUri(Connection conn)
conn
- The connection from which to derive the URI.
|
NextApp Echo App Container 1.1.4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |