| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnextapp.echo.AbstractComponent
net.sf.jzeno.echo.components.CustomComponent
net.sf.jzeno.echo.databinding.DynaTimeField
public final class DynaTimeField
| Nested Class Summary | |
|---|---|
|  class | DynaTimeField.DefaultValidator | 
| Nested classes/interfaces inherited from interface echopoint.positionable.Borderable | 
|---|
| Borderable.NestedStyleInfo | 
| Nested classes/interfaces inherited from interface echopoint.positionable.MouseCursorable | 
|---|
| MouseCursorable.NestedStyleInfo | 
| Field Summary | |
|---|---|
| static long | serialVersionUID | 
| Fields inherited from interface echopoint.positionable.MouseCursorable | 
|---|
| borderStyleSymbolics, CURSOR_AUTO, CURSOR_CROSSHAIR, CURSOR_CUSTOM_URI, CURSOR_DEFAULT, CURSOR_E_RESIZE, CURSOR_HELP, CURSOR_MOVE, CURSOR_N_RESIZE, CURSOR_NE_RESIZE, CURSOR_NW_RESIZE, CURSOR_POINTER, CURSOR_S_RESIZE, CURSOR_SE_RESIZE, CURSOR_SW_RESIZE, CURSOR_TEXT, CURSOR_W_RESIZE, CURSOR_WAIT, STYLE_MOUSE_CURSOR, STYLE_MOUSE_CURSOR_URI | 
| Constructor Summary | |
|---|---|
| DynaTimeField() | |
| DynaTimeField(java.lang.Class beanClass,
              java.lang.String property,
              java.lang.String constructionHints) | |
| Method Summary | |
|---|---|
|  void | actionPerformed(ActionEvent e)Invoked when an action occurs. | 
|  void | applyContext() | 
|  java.lang.String | getActionCommand() | 
|  Color | getBackground()Returns the background color of the component. | 
|  Color | getBorderColor() | 
|  int | getBorderSize() | 
|  int | getBorderStyle()Gets the border style of the button. | 
|  Color | getBottomBorderColor() | 
|  int | getBottomBorderSize() | 
|  int | getBottomBorderStyle() | 
|  java.lang.String | getCssClass() | 
|  Font | getFont()Returns the font. | 
|  java.lang.String | getIconName() | 
|  java.lang.String | getInvalidMessage() | 
|  Color | getLeftBorderColor() | 
|  int | getLeftBorderSize() | 
|  int | getLeftBorderStyle() | 
|  int | getMinuteInterval() | 
|  int | getMouseCursor()Returns the current mouse cursor in use. | 
|  java.lang.String | getMouseCursorURI() | 
|  java.lang.String | getNullValue() | 
|  Color | getRightBorderColor() | 
|  int | getRightBorderSize() | 
|  int | getRightBorderStyle() | 
|  java.lang.String | getTimeZoneProperty() | 
|  Color | getTopBorderColor() | 
|  int | getTopBorderSize() | 
|  int | getTopBorderStyle() | 
|  boolean | isAsync() | 
|  boolean | isReadOnly() | 
|  void | propertyChange(java.beans.PropertyChangeEvent evt) | 
|  void | rebind()This operation causes the component to reset it's content to that of the domain model. | 
|  void | setActionCommand(java.lang.String command) | 
|  void | setAsync(boolean value) | 
|  void | setBackground(Color backgroundColor)Sets the background color of the component. | 
|  void | setBorderColor(Color borderColor)Sets the Colorof theBorderable'sborder. | 
|  void | setBorderSize(int borderSize)Sets the size of the Borderables'sborder. | 
|  void | setBorderStyle(int style)Sets the border style of the button. | 
|  void | setBottomBorderColor(Color borderColor)Sets the Colorof theBorderable'sbottom border. | 
|  void | setBottomBorderSize(int borderSize)Sets the size of the Borderables'sbottom border. | 
|  void | setBottomBorderStyle(int borderStyle)Sets the border style of the Borderables'sbottom border. | 
|  void | setCssClass(java.lang.String newValue) | 
|  void | setFocused(boolean focused)Sets whether the component is focused. | 
|  void | setFont(Font font)Sets the font of the component. | 
|  void | setForeground(Color foregroundColor)Sets the foreground color of the component. | 
|  void | setIconName(java.lang.String iconName)Sets the drop down icon you want to use. | 
|  void | setInvalidMessage(java.lang.String invalidMessageKey) | 
|  void | setLeftBorderColor(Color borderColor)Sets the Colorof theBorderable'sleft border. | 
|  void | setLeftBorderSize(int borderSize)Sets the size of the Borderables'sleft border. | 
|  void | setLeftBorderStyle(int borderStyle)Sets the border style of the Borderables'sleft border. | 
|  void | setMinuteInterval(int i) | 
|  void | setMouseCursor(int mouseCursor)Sets the mouse cursor to use. | 
|  void | setMouseCursorURI(java.lang.String mouseCursorURI)Sets the URI to a custom platform mouse cursor. | 
|  void | setNullValue(java.lang.String nullValue) | 
|  void | setReadOnly(boolean readOnly)Mark this component as read-only. | 
|  void | setRequired(boolean required)Determine if the editor is required to be filled in. | 
|  void | setRightBorderColor(Color borderColor)Sets the Colorof theBorderable'sright border. | 
|  void | setRightBorderSize(int borderSize)Sets the size of the Borderables'sright border. | 
|  void | setRightBorderStyle(int borderStyle)Sets the border style of the Borderables'sright border. | 
|  void | setTimeZoneProperty(java.lang.String property) | 
|  void | setTopBorderColor(Color borderColor)Sets the Colorof theBorderable'stop border. | 
|  void | setTopBorderSize(int borderSize)Sets the size of the Borderables'stop border. | 
|  void | setTopBorderStyle(int borderStyle)Sets the border style of the Borderables'stop border. | 
| Methods inherited from class net.sf.jzeno.echo.components.CustomComponent | 
|---|
| addValidator, fireActionEvent, fireActionEvent, fireActionEvent, getBean, getBeanClass, getDecorator, getNullObject, getProperty, getValidationErrors, getValidators, getValue, isBound, isMarkedInvalid, isRequired, isValid, markInvalid, markValid, preRender, removeValidator, setBean, setBeanClass, setDecorator, setNullObject, setProperty, setValue, traceValue, validate | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Methods inherited from interface echopoint.positionable.Borderable | 
|---|
| applyStyle | 
| Methods inherited from interface echopoint.positionable.MouseCursorable | 
|---|
| applyStyle | 
| Field Detail | 
|---|
public static final long serialVersionUID
| Constructor Detail | 
|---|
public DynaTimeField()
public DynaTimeField(java.lang.Class beanClass,
                     java.lang.String property,
                     java.lang.String constructionHints)
| Method Detail | 
|---|
public void rebind()
RebindableComponentThis operation causes the component to reset it's content to that of the domain model.
rebind in interface RebindableComponentrebind in class CustomComponentpublic void propertyChange(java.beans.PropertyChangeEvent evt)
propertyChange in interface java.beans.PropertyChangeListenerpublic java.lang.String getNullValue()
public void setNullValue(java.lang.String nullValue)
public java.lang.String getInvalidMessage()
public void setInvalidMessage(java.lang.String invalidMessageKey)
public boolean isReadOnly()
isReadOnly in interface PropertyComponentisReadOnly in class CustomComponentpublic void setReadOnly(boolean readOnly)
PropertyComponentMark this component as read-only.
setReadOnly in interface PropertyComponentsetReadOnly in class CustomComponentpublic void setBackground(Color backgroundColor)
Component
setBackground in interface ComponentsetBackground in class AbstractComponentbackgroundColor - The new background color of the component.public Color getBackground()
Component
getBackground in interface ComponentgetBackground in class AbstractComponentpublic void setForeground(Color foregroundColor)
Component
setForeground in interface ComponentsetForeground in class AbstractComponentforegroundColor - The new foreground color of the component.public void setRequired(boolean required)
PropertyComponentDetermine if the editor is required to be filled in.
setRequired in interface PropertyComponentsetRequired in class CustomComponentpublic java.lang.String getCssClass()
public void setCssClass(java.lang.String newValue)
public void setTimeZoneProperty(java.lang.String property)
public java.lang.String getTimeZoneProperty()
public void setMinuteInterval(int i)
public int getMinuteInterval()
public void setFocused(boolean focused)
Component
setFocused in interface ComponentsetFocused in class AbstractComponentfocused - True if the component is to be focused.public int getBorderSize()
getBorderSize in interface BorderableBorderables's border.public Color getBottomBorderColor()
getBottomBorderColor in interface BorderableColor of the Borderable's bottom border.public int getBottomBorderSize()
getBottomBorderSize in interface BorderableBorderables's bottom border.public int getBottomBorderStyle()
getBottomBorderStyle in interface BorderableBorderables's bottom border.Borderable.getBorderStyle()public Color getLeftBorderColor()
getLeftBorderColor in interface BorderableColor of the Borderable's left border.public int getLeftBorderSize()
getLeftBorderSize in interface BorderableBorderables's left border.public int getLeftBorderStyle()
getLeftBorderStyle in interface BorderableBorderables's left border.Borderable.getBorderStyle()public Color getRightBorderColor()
getRightBorderColor in interface BorderableColor of the Borderable's right border.public int getRightBorderSize()
getRightBorderSize in interface BorderableBorderables's right border.public int getRightBorderStyle()
getRightBorderStyle in interface BorderableBorderables's right border.Borderable.getBorderStyle()public Color getTopBorderColor()
getTopBorderColor in interface BorderableColor of the Borderable's top border.public int getTopBorderSize()
getTopBorderSize in interface BorderableBorderables's top border.public int getTopBorderStyle()
getTopBorderStyle in interface BorderableBorderables's top border.Borderable.getBorderStyle()public void setBorderSize(int borderSize)
BorderableBorderables's border.
 
 This will also set the left, top, right and bottom border size.
setBorderSize in interface Borderablepublic void setBottomBorderColor(Color borderColor)
BorderableColor of the Borderable's bottom border.
setBottomBorderColor in interface Borderablepublic void setBottomBorderSize(int borderSize)
BorderableBorderables's bottom border.
setBottomBorderSize in interface Borderablepublic void setBottomBorderStyle(int borderStyle)
BorderableBorderables's bottom border.
setBottomBorderStyle in interface BorderableBorderable.setBorderStyle(int)public void setLeftBorderColor(Color borderColor)
BorderableColor of the Borderable's left border.
setLeftBorderColor in interface Borderablepublic void setLeftBorderSize(int borderSize)
BorderableBorderables's left border.
setLeftBorderSize in interface Borderablepublic void setLeftBorderStyle(int borderStyle)
BorderableBorderables's left border.
setLeftBorderStyle in interface BorderableBorderable.setBorderStyle(int)public void setRightBorderColor(Color borderColor)
BorderableColor of the Borderable's right border.
setRightBorderColor in interface Borderablepublic void setRightBorderSize(int borderSize)
BorderableBorderables's right border.
setRightBorderSize in interface Borderablepublic void setRightBorderStyle(int borderStyle)
BorderableBorderables's right border.
setRightBorderStyle in interface BorderableBorderable.setBorderStyle(int)public void setTopBorderColor(Color borderColor)
BorderableColor of the Borderable's top border.
setTopBorderColor in interface Borderablepublic void setTopBorderSize(int borderSize)
BorderableBorderables's top border.
setTopBorderSize in interface Borderablepublic void setTopBorderStyle(int borderStyle)
BorderableBorderables's top border.
setTopBorderStyle in interface BorderableBorderable.setBorderStyle(int)public void setBorderStyle(int style)
Sets the border style of the button. (See the Borderable interface in EchoPoint).
setBorderStyle in interface Borderablepublic int getBorderStyle()
Gets the border style of the button.
getBorderStyle in interface Borderablepublic int getMouseCursor()
MouseCursorable
getMouseCursor in interface MouseCursorablepublic java.lang.String getMouseCursorURI()
getMouseCursorURI in interface MouseCursorablepublic void setMouseCursor(int mouseCursor)
MouseCursorable
setMouseCursor in interface MouseCursorablemouseCursor - - the mouse cursor to usepublic void setMouseCursorURI(java.lang.String mouseCursorURI)
MouseCursorable
setMouseCursorURI in interface MouseCursorablemouseCursorURI - the URI to a custom platform mouse cursor.public void setBorderColor(Color borderColor)
BorderableColor of the Borderable's border.  
 
 This will also set the left, top, right and bottom border color.
setBorderColor in interface Borderablepublic Color getBorderColor()
getBorderColor in interface BorderableColor of the Borderable's border.public void setIconName(java.lang.String iconName)
Sets the drop down icon you want to use. Specify the name of the gif/jpg/png/... image you want to show. Images should be located in the images folder, in the root of your web application.
public java.lang.String getIconName()
public void setFont(Font font)
Component
setFont in interface ComponentsetFont in class AbstractComponentfont - The new font of the component.public Font getFont()
Component
getFont in interface ComponentgetFont in class AbstractComponentpublic void applyContext()
applyContext in interface Precreationpublic void setAsync(boolean value)
public boolean isAsync()
public void setActionCommand(java.lang.String command)
setActionCommand in interface EventSourcesetActionCommand in class CustomComponentpublic java.lang.String getActionCommand()
getActionCommand in interface EventSourcegetActionCommand in class CustomComponentpublic void actionPerformed(ActionEvent e)
ActionListener
actionPerformed in interface ActionListenere - The event describing the action.| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||