|
EchoPoint API - 3.0.0b5 App Webcontainer |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnextapp.echo.app.Component
echopoint.jquery.Clock
public class Clock
The Clock class is a Component
that presents the current time.
It is based on the jQuery plugin jClock
| Field Summary | |
|---|---|
static String |
PROPERTY_BORDER
|
static String |
PROPERTY_INSETS
|
| Fields inherited from interface echopoint.able.Widthable |
|---|
PROPERTY_WIDTH |
| Fields inherited from interface echopoint.able.Heightable |
|---|
PROPERTY_HEIGHT |
| Fields inherited from interface echopoint.able.Alignable |
|---|
PROPERTY_ALIGNMENT |
| Constructor Summary | |
|---|---|
Clock()
|
|
| Method Summary | |
|---|---|
Alignment |
getAlignment()
Returns the alignment of the Clock component. |
Border |
getBorder()
Returns the Border that encloses the entire Clock. |
Extent |
getHeight()
Returns the height extent of Clock component. |
Insets |
getInsets()
Returns the default inset between the border and cells of the Clock. |
Extent |
getWidth()
Returns the width extent of the Clock component. |
void |
setAlignment(Alignment newValue)
Sets the alignment of the Clock component. |
void |
setBorder(Border newValue)
Sets the Border that encloses the entire Clock. |
void |
setHeight(Extent newValue)
Sets the height extent of the Clock component. |
void |
setInsets(Insets newValue)
Sets the inset between the border and cells of the Clock. |
void |
setWidth(Extent newValue)
Sets the width extent of the Clock component. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface echopoint.able.Delegateable |
|---|
getRenderProperty, getRenderProperty |
| Field Detail |
|---|
public static final String PROPERTY_INSETS
public static final String PROPERTY_BORDER
| Constructor Detail |
|---|
public Clock()
| Method Detail |
|---|
public Border getBorder()
Border that encloses the entire Clock.
public Insets getInsets()
Clock. This value will be overridden for a child
component if a setting is specified in its ColumnLayoutData.
public void setBorder(Border newValue)
Border that encloses the entire Clock.
newValue - the new borderpublic void setInsets(Insets newValue)
Clock.
This value will be overridden for a child component if a setting is
specified in its ColumnLayoutData.
newValue - the new insetpublic void setWidth(Extent newValue)
setWidth in interface WidthablenewValue - - the new width extent of the Clock componentpublic Extent getWidth()
getWidth in interface Widthablepublic void setHeight(Extent newValue)
setHeight in interface HeightablenewValue - - the new height extent of the Clock componentpublic Extent getHeight()
getHeight in interface Heightablepublic Alignment getAlignment()
getAlignment in interface Alignablepublic void setAlignment(Alignment newValue)
setAlignment in interface AlignablenewValue - the new alignment
|
EchoPoint API - 3.0.0b5 App Webcontainer |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||