|
EchoPoint 1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object nextapp.echo.Component nextapp.echo.Container echopoint.EchoPointComponent echopoint.TitleBar
The TitleBar
class provides a Component
with a title, that can be used to expanded and collapsed, as well as close
other components.
The TitleBar
is always as wide as its container and
is used by other Components to act as their title bar.
The class uses the ExpandableModel
interface to keep
track of whether it is expanded or not. Other Components that are using
this TitleBar can react to this by expanding or collapsing themselves as
appropriate.
Nested Class Summary | |
static class |
TitleBar.NestedStyleInfo
Nested public static StyleInfo class. |
Field Summary | |
static java.lang.String |
ACTION_APPLICATION
These constants are used by the respective image as actionCommands when the image within the title bar is pressed. |
static java.lang.String |
ACTION_CLOSE
|
static java.lang.String |
ACTION_HELP
|
static java.lang.String |
ACTION_LEFT_EXPAND
|
static java.lang.String |
ACTION_RIGHT_EXPAND
|
static java.lang.String |
APPLICATION_IMAGE_CHANGED_PROPERTY
|
static java.lang.String |
BACKGROUND_IMAGE_PROPERTIES_CHANGED_PROPERTY
|
static java.lang.String |
CLOSE_IMAGE_CHANGED_PROPERTY
|
static java.lang.String |
CORNER_IMAGES_CHANGED_PROPERTY
|
static CornerImages |
DEFAULT_CORNER_IMAGES
|
static java.lang.String |
DEFAULT_TITLE
the default Title for a title bar |
static nextapp.echo.ImageReference |
defaultApplicationImage
|
static nextapp.echo.ImageReference |
defaultCloseImage
|
static nextapp.echo.ImageReference |
defaultHelpImage
|
static nextapp.echo.ImageReference |
defaultLeftCollapsedImage
|
static nextapp.echo.ImageReference |
defaultLeftExpandedImage
the default images used for the left, right and close buttons |
static nextapp.echo.ImageReference |
defaultRightCollapsedImage
|
static nextapp.echo.ImageReference |
defaultRightExpandedImage
|
static java.lang.String |
FULL_HEIGHT_CHANGED_PROPERTY
|
static java.lang.String |
FULL_WIDTH_CHANGED_PROPERTY
|
static java.lang.String |
HELP_IMAGE_CHANGED_PROPERTY
|
static java.lang.String |
HORIZONTAL_ALIGNMENT_CHANGED_PROPERTY
|
static java.lang.String |
IS_TEXT_CLICKABLE_CHANGED_PROPERTY
|
static java.lang.String |
LEFT_COLLAPSE_IMAGE_CHANGED_PROPERTY
|
static java.lang.String |
LEFT_EXPAND_IMAGE_CHANGED_PROPERTY
|
static java.lang.String |
RIGHT_COLLAPSE_IMAGE_CHANGED_PROPERTY
|
static java.lang.String |
RIGHT_EXPAND_IMAGE_CHANGED_PROPERTY
|
static java.lang.String |
STYLE_CORNER_IMAGES
A style constant for the Corner Images property. |
static java.lang.String |
STYLE_EXPANDED
A style constant for the Expanded property. |
static java.lang.String |
STYLE_FULL_HEIGHT
A style constant for the Full Height property. |
static java.lang.String |
STYLE_FULL_WIDTH
A style constant for the Full Width property. |
static java.lang.String |
STYLE_HORIZONTAL_ALIGNMENT
A style constant for the Horizontal Alignemnt property. |
static java.lang.String |
STYLE_VERTICAL_ALIGNMENT
A style constant for the Vertical Alignemnt property. |
static int |
TB_APPLICATION
|
static int |
TB_CLOSE
|
static int |
TB_HELP
|
static int |
TB_LEFT_EXPAND
|
static int |
TB_NO_IMAGES
Thse constanst control what clickable images are available on the the title bar. |
static int |
TB_RIGHT_EXPAND
|
static java.lang.String |
TITLE_CHANGED_PROPERTY
Property Change Names |
static java.lang.String |
TYPE_CHANGED_PROPERTY
|
static java.lang.String |
VERTICAL_ALIGNMENT_CHANGED_PROPERTY
|
Fields inherited from class echopoint.EchoPointComponent |
STYLE_TOOL_TIP_TEXT, TOOL_TIP_TEXT_CHANGED_PROPERTY, toolTipPopUp |
Fields inherited from class nextapp.echo.Component |
BACKGROUND_CHANGED_PROPERTY, CHILDREN_CHANGED_PROPERTY, ENABLED_CHANGED_PROPERTY, FONT_CHANGED_PROPERTY, FOREGROUND_CHANGED_PROPERTY, IDENTIFIER_CHANGED_PROPERTY, listenerList, LOCALE_CHANGED_PROPERTY, MODEL_CHANGED_PROPERTY, STYLE_BACKGROUND, STYLE_FONT, STYLE_FOREGROUND, UPDATE_PROPERTY, VISIBLE_CHANGED_PROPERTY |
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 | |
TitleBar()
Constructs a TitleBar with no title |
|
TitleBar(java.lang.String title)
Constructs a TitleBar with the given title |
|
TitleBar(java.lang.String title,
int titleBarType)
Constructs a TitleBar using the titleBarType parameter.
|
Method Summary | |
void |
addActionListener(nextapp.echo.event.ActionListener l)
Adds an ActionListener to the titlebar. |
void |
applyStyle(nextapp.echo.Style style)
Applies the provided style to the component. |
void |
fireActionPerformed(nextapp.echo.event.ActionEvent e)
Notifies all listeners that have registered for this event type. |
nextapp.echo.ImageReference |
getApplicationImage()
Returns the image used for the application icon. |
nextapp.echo.BackgroundImageProperties |
getBackgroundImageProperties()
Returns the BackgroundImageProperties of the TitleBar. |
nextapp.echo.Color |
getBorderColor()
|
int |
getBorderSize()
|
int |
getBorderStyle()
Returns the border style of the Borderable. |
nextapp.echo.Color |
getBottomBorderColor()
|
int |
getBottomBorderSize()
|
int |
getBottomBorderStyle()
|
nextapp.echo.ImageReference |
getCloseImage()
Returns the image used for the close icon. |
CornerImages |
getCornerImages()
|
nextapp.echo.ImageReference |
getHelpImage()
Returns the image used for the help icon. |
int |
getHorizontalAlignment()
Returns the horizontal alignment of the title text |
nextapp.echo.Color |
getLeftBorderColor()
|
int |
getLeftBorderSize()
|
int |
getLeftBorderStyle()
|
nextapp.echo.ImageReference |
getLeftCollapsedImage()
Returns the image used for the left icon when the titlebar is collapsed. |
nextapp.echo.ImageReference |
getLeftExpandedImage()
Returns the image used for the left icon when the titlebar is expanded. |
ExpandableModel |
getModel()
|
nextapp.echo.Color |
getRightBorderColor()
|
int |
getRightBorderSize()
|
int |
getRightBorderStyle()
|
nextapp.echo.ImageReference |
getRightCollapsedImage()
Returns the image used for the right icon when the titlebar is collapsed. |
nextapp.echo.ImageReference |
getRightExpandedImage()
Returns the image used for the right icon when the titlebar is expanded. |
java.lang.String |
getText()
|
nextapp.echo.Color |
getTopBorderColor()
|
int |
getTopBorderSize()
|
int |
getTopBorderStyle()
|
int |
getType()
|
int |
getVerticalAlignment()
Returns the vertical alignment of the title text. |
boolean |
isExpanded()
|
boolean |
isFullHeight()
Returns TRUE if the TitleBar will fill its parents full height |
boolean |
isFullWidth()
Returns TRUE if the TitleBar will fill its parents full width |
boolean |
isTextClickable()
|
void |
removeActionListener(nextapp.echo.event.ActionListener l)
Removes an ActionListener from the titlebar. |
java.lang.Object |
set(java.lang.reflect.Field field,
java.lang.Object newValue)
Called to save the old value of a field, set in a new value and return the old value of a field. |
void |
setApplicationImage(nextapp.echo.ImageReference newImage)
Sets the image used for the application icon. |
void |
setBackgroundImageProperties(nextapp.echo.BackgroundImageProperties newValue)
Sets the BackgroundImageProperties of the TitleBar |
void |
setBorderColor(nextapp.echo.Color newBorderColor)
Sets the Color of the Borderable's border.
|
void |
setBorderSize(int newBorderSize)
Sets the size of the Borderables's border.
|
void |
setBorderStyle(int borderStyle)
Sets the border style of the Borderable. |
void |
setBottomBorderColor(nextapp.echo.Color borderColor)
Sets the Color of the Borderable's bottom border. |
void |
setBottomBorderSize(int borderSize)
Sets the size of the Borderables's bottom border. |
void |
setBottomBorderStyle(int borderStyle)
Sets the border style of the Borderables's bottom border. |
void |
setCloseImage(nextapp.echo.ImageReference newCloseImage)
Sets the image used for the close icon. |
void |
setCornerImages(CornerImages newValue)
Sets the CornerImages used by the TitleBar
This methods fires a PropertyChangeEvent with a
getPropertyName() value of
TitleBar.CORNER_IMAGES_CHANGED_PROPERTY |
void |
setExpanded(boolean isExpanded)
Sets whether the TitleBar is expanded or not
This methods causes the underlying ExpandableModel to
change. |
void |
setFullHeight(boolean newFullHeight)
If this is TRUE then the TitleBar will fill its parents full height |
void |
setFullWidth(boolean newFullWidth)
If this is TRUE then the TitleBar will fill its parents full width |
void |
setHelpImage(nextapp.echo.ImageReference newImage)
Sets the image used for the help icon. |
void |
setHorizontalAlignment(int newValue)
Sets the horizontal alignment of the title text |
void |
setLeftBorderColor(nextapp.echo.Color borderColor)
Sets the Color of the Borderable's left border. |
void |
setLeftBorderSize(int borderSize)
Sets the size of the Borderables's left border. |
void |
setLeftBorderStyle(int borderStyle)
Sets the border style of the Borderables's left border. |
void |
setLeftCollapsedImage(nextapp.echo.ImageReference newLeftCollapsedImage)
Sets the image used for the left icon when the titlebar is collapsed. |
void |
setLeftExpandedImage(nextapp.echo.ImageReference newLeftExpandedImage)
Sets the image used for the left icon when the titlebar is expanded. |
void |
setModel(ExpandableModel newModel)
Sets the ExpandableModel model used by the TitleBar .
|
void |
setRightBorderColor(nextapp.echo.Color borderColor)
Sets the Color of the Borderable's right border. |
void |
setRightBorderSize(int borderSize)
Sets the size of the Borderables's right border. |
void |
setRightBorderStyle(int borderStyle)
Sets the border style of the Borderables's right border. |
void |
setRightCollapsedImage(nextapp.echo.ImageReference newRightCollapsedImage)
Sets the image used for the right icon when the titlebar is collapsed. |
void |
setRightExpandedImage(nextapp.echo.ImageReference newRightExpandedImage)
Sets the image used for the right icon when the titlebar is expanded. |
void |
setText(java.lang.String newTitle)
|
void |
setTextClickable(boolean newValue)
Sets whether the is the titlebar text clickable. |
void |
setTopBorderColor(nextapp.echo.Color borderColor)
Sets the Color of the Borderable's top border. |
void |
setTopBorderSize(int borderSize)
Sets the size of the Borderables's top border. |
void |
setTopBorderStyle(int borderStyle)
Sets the border style of the Borderables's top border. |
void |
setType(int newType)
Sets the type of the TitleBar .
|
void |
setVerticalAlignment(int newValue)
Sets the vertical alignment of the title text |
Methods inherited from class echopoint.EchoPointComponent |
getMouseCursor, getMouseCursorURI, getToolTipPopUp, getToolTipText, set, set, set, set, set, set, set, set, set, setEnabledAllChildren, setMouseCursor, setMouseCursorURI, setToolTipText, validate |
Methods inherited from class nextapp.echo.Component |
add, add, addHierarchyListener, addPropertyChangeListener, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getComponent, getComponentCount, getComponents, getEchoInstance, getFont, getForeground, getIdentifier, getLocale, getParent, indexOf, init, isAncestorOf, isEnabled, isRegistered, isShowing, isVisible, remove, remove, removeAll, removeHierarchyListener, removePropertyChangeListener, setBackground, setEnabled, setFont, setForeground, setIdentifier, setLocale, setVisible, update |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String ACTION_APPLICATION
public static final java.lang.String ACTION_CLOSE
public static final java.lang.String ACTION_HELP
public static final java.lang.String ACTION_LEFT_EXPAND
public static final java.lang.String ACTION_RIGHT_EXPAND
public static final java.lang.String APPLICATION_IMAGE_CHANGED_PROPERTY
public static final java.lang.String CLOSE_IMAGE_CHANGED_PROPERTY
public static final java.lang.String CORNER_IMAGES_CHANGED_PROPERTY
public static final CornerImages DEFAULT_CORNER_IMAGES
public static final java.lang.String DEFAULT_TITLE
public static nextapp.echo.ImageReference defaultLeftExpandedImage
public static nextapp.echo.ImageReference defaultRightCollapsedImage
public static nextapp.echo.ImageReference defaultRightExpandedImage
public static final java.lang.String FULL_HEIGHT_CHANGED_PROPERTY
public static final java.lang.String FULL_WIDTH_CHANGED_PROPERTY
public static final java.lang.String HELP_IMAGE_CHANGED_PROPERTY
public static final java.lang.String HORIZONTAL_ALIGNMENT_CHANGED_PROPERTY
public static final java.lang.String LEFT_COLLAPSE_IMAGE_CHANGED_PROPERTY
public static final java.lang.String LEFT_EXPAND_IMAGE_CHANGED_PROPERTY
public static final java.lang.String RIGHT_COLLAPSE_IMAGE_CHANGED_PROPERTY
public static final java.lang.String RIGHT_EXPAND_IMAGE_CHANGED_PROPERTY
public static final java.lang.String IS_TEXT_CLICKABLE_CHANGED_PROPERTY
public static final java.lang.String STYLE_CORNER_IMAGES
CornerImages
public static final java.lang.String STYLE_EXPANDED
Boolean.
public static final java.lang.String STYLE_FULL_HEIGHT
Boolean.
public static final java.lang.String STYLE_FULL_WIDTH
Boolean.
public static final java.lang.String STYLE_HORIZONTAL_ALIGNMENT
public static final java.lang.String STYLE_VERTICAL_ALIGNMENT
public static final int TB_APPLICATION
public static final int TB_CLOSE
public static final int TB_HELP
public static final int TB_LEFT_EXPAND
public static final int TB_NO_IMAGES
public static final int TB_RIGHT_EXPAND
public static final java.lang.String TITLE_CHANGED_PROPERTY
public static final java.lang.String TYPE_CHANGED_PROPERTY
public static final java.lang.String VERTICAL_ALIGNMENT_CHANGED_PROPERTY
public static final java.lang.String BACKGROUND_IMAGE_PROPERTIES_CHANGED_PROPERTY
public static nextapp.echo.ImageReference defaultApplicationImage
public static nextapp.echo.ImageReference defaultCloseImage
public static nextapp.echo.ImageReference defaultHelpImage
public static nextapp.echo.ImageReference defaultLeftCollapsedImage
Constructor Detail |
public TitleBar()
TitleBar
with no title
public TitleBar(java.lang.String title)
TitleBar
with the given title
public TitleBar(java.lang.String title, int titleBarType)
TitleBar
using the titleBarType parameter.
This can be one of the following:
Method Detail |
public void addActionListener(nextapp.echo.event.ActionListener l)
ActionListener
to the titlebar.
l
- The ActionListener
to be added.public void applyStyle(nextapp.echo.Style style)
nextapp.echo.Component
style names can be used as well.
applyStyle
in interface Borderable
applyStyle
in class EchoPointComponent
Component.applyStyle(nextapp.echo.Style)
public void fireActionPerformed(nextapp.echo.event.ActionEvent e)
e
- The ActionEvent
to send.public nextapp.echo.ImageReference getApplicationImage()
public nextapp.echo.ImageReference getCloseImage()
public CornerImages getCornerImages()
CornerImages
of the TitleBar
.public nextapp.echo.ImageReference getHelpImage()
public int getHorizontalAlignment()
public nextapp.echo.ImageReference getLeftCollapsedImage()
public nextapp.echo.ImageReference getLeftExpandedImage()
public ExpandableModel getModel()
ExpandableModel
model of the TitleBar
.public nextapp.echo.ImageReference getRightCollapsedImage()
public nextapp.echo.ImageReference getRightExpandedImage()
public java.lang.String getText()
TitleBar
.public int getType()
TitleBar
.
This can be one of the following:
public int getVerticalAlignment()
public boolean isExpanded()
TitleBar
is expanded or notpublic boolean isFullHeight()
TitleBar
will fill its parents full height
public boolean isFullWidth()
TitleBar
will fill its parents full width
public void removeActionListener(nextapp.echo.event.ActionListener l)
ActionListener
from the titlebar.
l
- The ActionListener
to be removed.public void setApplicationImage(nextapp.echo.ImageReference newImage)
newImage
- nextapp.echo.ImageReferencepublic void setCloseImage(nextapp.echo.ImageReference newCloseImage)
newCloseImage
- nextapp.echo.ImageReferencepublic void setCornerImages(CornerImages newValue)
CornerImages
used by the TitleBar
PropertyChangeEvent
with a
getPropertyName()
value of
TitleBar.CORNER_IMAGES_CHANGED_PROPERTY
public void setExpanded(boolean isExpanded)
TitleBar
is expanded or not
ExpandableModel
to
change.
public void setFullHeight(boolean newFullHeight)
TitleBar
will fill its parents full height
newFullHeight
- booleanpublic void setFullWidth(boolean newFullWidth)
TitleBar
will fill its parents full width
newFullWidth
- booleanpublic void setHelpImage(nextapp.echo.ImageReference newImage)
newImage
- nextapp.echo.ImageReferencepublic void setHorizontalAlignment(int newValue)
newValue
- The horizontal alignment of the text,
one of the following values:
public void setLeftCollapsedImage(nextapp.echo.ImageReference newLeftCollapsedImage)
newLeftCollapsedImage
- nextapp.echo.ImageReferencepublic void setLeftExpandedImage(nextapp.echo.ImageReference newLeftExpandedImage)
newLeftExpandedImage
- nextapp.echo.ImageReferencepublic void setModel(ExpandableModel newModel)
ExpandableModel
model used by the TitleBar
.
PropertyChangeEvent
with a
getPropertyName()
value of
TitleBar.MODEL_CHANGED_PROPERTY
public void setRightCollapsedImage(nextapp.echo.ImageReference newRightCollapsedImage)
newRightCollapsedImage
- nextapp.echo.ImageReferencepublic void setRightExpandedImage(nextapp.echo.ImageReference newRightExpandedImage)
newRightExpandedImage
- nextapp.echo.ImageReferencepublic void setText(java.lang.String newTitle)
public void setType(int newType)
TitleBar
.
PropertyChangeEvent
with a
getPropertyName()
value of
TitleBar.TYPE_CHANGED_PROPERTY
public void setVerticalAlignment(int newValue)
newValue
- The vertical alignment of the text,
one of the following values:
public boolean isTextClickable()
public void setTextClickable(boolean newValue)
newValue
- - is the titlebar text clickablepublic nextapp.echo.BackgroundImageProperties getBackgroundImageProperties()
public void setBackgroundImageProperties(nextapp.echo.BackgroundImageProperties newValue)
public nextapp.echo.Color getBorderColor()
getBorderColor
in interface Borderable
Color
of the Borderable's
border.Borderable.getBorderColor()
public int getBorderSize()
getBorderSize
in interface Borderable
Borderables's
border.Borderable.getBorderSize()
public int getBorderStyle()
Borderable
getBorderStyle
in interface Borderable
Borderable.getBorderStyle()
public void setBorderColor(nextapp.echo.Color newBorderColor)
Borderable
Color
of the Borderable's
border.
This will also set the left, top, right and bottom border color.
setBorderColor
in interface Borderable
Borderable.setBorderColor(nextapp.echo.Color)
public void setBorderSize(int newBorderSize)
Borderable
Borderables's
border.
This will also set the left, top, right and bottom border size.
setBorderSize
in interface Borderable
Borderable.setBorderSize(int)
public void setBorderStyle(int borderStyle)
Borderable
setBorderStyle
in interface Borderable
Borderable.setBorderStyle(int)
public nextapp.echo.Color getLeftBorderColor()
getLeftBorderColor
in interface Borderable
Color
of the Borderable's
left border.Borderable.getLeftBorderColor()
public int getLeftBorderSize()
getLeftBorderSize
in interface Borderable
Borderables's
left border.Borderable.getLeftBorderSize()
public int getLeftBorderStyle()
getLeftBorderStyle
in interface Borderable
Borderables's
left border.Borderable.getLeftBorderStyle()
public void setLeftBorderColor(nextapp.echo.Color borderColor)
Borderable
Color
of the Borderable's
left border.
setLeftBorderColor
in interface Borderable
Borderable.setLeftBorderColor(nextapp.echo.Color)
public void setLeftBorderSize(int borderSize)
Borderable
Borderables's
left border.
setLeftBorderSize
in interface Borderable
Borderable.setLeftBorderSize(int)
public void setLeftBorderStyle(int borderStyle)
Borderable
Borderables's
left border.
setLeftBorderStyle
in interface Borderable
Borderable.setLeftBorderStyle(int)
public nextapp.echo.Color getTopBorderColor()
getTopBorderColor
in interface Borderable
Color
of the Borderable's
top border.Borderable.getTopBorderColor()
public int getTopBorderSize()
getTopBorderSize
in interface Borderable
Borderables's
top border.Borderable.getTopBorderSize()
public int getTopBorderStyle()
getTopBorderStyle
in interface Borderable
Borderables's
top border.Borderable.getTopBorderStyle()
public void setTopBorderColor(nextapp.echo.Color borderColor)
Borderable
Color
of the Borderable's
top border.
setTopBorderColor
in interface Borderable
Borderable.setTopBorderColor(nextapp.echo.Color)
public void setTopBorderSize(int borderSize)
Borderable
Borderables's
top border.
setTopBorderSize
in interface Borderable
Borderable.setTopBorderSize(int)
public void setTopBorderStyle(int borderStyle)
Borderable
Borderables's
top border.
setTopBorderStyle
in interface Borderable
Borderable.setTopBorderStyle(int)
public nextapp.echo.Color getRightBorderColor()
getRightBorderColor
in interface Borderable
Color
of the Borderable's
right border.Borderable.getRightBorderColor()
public int getRightBorderSize()
getRightBorderSize
in interface Borderable
Borderables's
right border.Borderable.getRightBorderSize()
public int getRightBorderStyle()
getRightBorderStyle
in interface Borderable
Borderables's
right border.Borderable.getRightBorderStyle()
public void setRightBorderColor(nextapp.echo.Color borderColor)
Borderable
Color
of the Borderable's
right border.
setRightBorderColor
in interface Borderable
Borderable.setRightBorderColor(nextapp.echo.Color)
public void setRightBorderSize(int borderSize)
Borderable
Borderables's
right border.
setRightBorderSize
in interface Borderable
Borderable.setRightBorderSize(int)
public void setRightBorderStyle(int borderStyle)
Borderable
Borderables's
right border.
setRightBorderStyle
in interface Borderable
Borderable.setRightBorderStyle(int)
public nextapp.echo.Color getBottomBorderColor()
getBottomBorderColor
in interface Borderable
Color
of the Borderable's
bottom border.Borderable.getBottomBorderColor()
public int getBottomBorderSize()
getBottomBorderSize
in interface Borderable
Borderables's
bottom border.Borderable.getBottomBorderSize()
public int getBottomBorderStyle()
getBottomBorderStyle
in interface Borderable
Borderables's
bottom border.Borderable.getBottomBorderStyle()
public void setBottomBorderColor(nextapp.echo.Color borderColor)
Borderable
Color
of the Borderable's
bottom border.
setBottomBorderColor
in interface Borderable
Borderable.setBottomBorderColor(nextapp.echo.Color)
public void setBottomBorderSize(int borderSize)
Borderable
Borderables's
bottom border.
setBottomBorderSize
in interface Borderable
Borderable.setBottomBorderSize(int)
public void setBottomBorderStyle(int borderStyle)
Borderable
Borderables's
bottom border.
setBottomBorderStyle
in interface Borderable
Borderable.setBottomBorderStyle(int)
public java.lang.Object set(java.lang.reflect.Field field, java.lang.Object newValue) throws java.lang.Exception
ReflectionSetter
public Object set(Field f, Object newValue) throws Exception { Object oldValue = f.get(this); f.set(this,newValue); return oldValue; }
set
in interface ReflectionSetter
field
- - the field to be setnewValue
- - the new value to be set
java.lang.Exception
ReflectionSetter.set(Field, Object)
|
EchoPoint 1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |