|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PaneUI
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 |
---|
static final java.lang.String SCROLLING_AUTO
static final java.lang.String SCROLLING_ALWAYS
static final java.lang.String SCROLLING_NEVER
Method Detail |
---|
Id getId()
Service
Id
for the
pane.
Service
Id
for the
pane.java.lang.String getScrolling()
java.lang.String getUri(Connection conn)
conn
- The connection from which to derive the URI.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |