|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.Widget
com.smartgwt.client.widgets.BaseWidget
com.smartgwt.client.widgets.Canvas
com.smartgwt.client.widgets.StatefulCanvas
com.smartgwt.client.widgets.Img
com.smartgwt.client.widgets.ImgButton
public class ImgButton
A Img that behaves like a button, going through up/down/over state transitions in response to user events. Supports an
optional title, and will auto-size to accommodate the title text if overflow is set to "visible".
An examples of use is Window minimize/close buttons.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.UIObject |
|---|
UIObject.DebugIdImpl, UIObject.DebugIdImplEnabled |
| Field Summary |
|---|
| Fields inherited from class com.smartgwt.client.widgets.BaseWidget |
|---|
config, configOnly, id, isElementSet, scClassName |
| Fields inherited from class com.google.gwt.user.client.ui.UIObject |
|---|
DEBUG_ID_PREFIX |
| Constructor Summary | |
|---|---|
ImgButton()
|
|
ImgButton(JavaScriptObject jsObj)
|
|
| Method Summary | |
|---|---|
void |
action()
This property contains the default 'action' for the Button to fire when activated. |
void |
addToRadioGroup(String groupID)
Add this widget to the specified mutually exclusive selection group with the ID passed in. |
protected JavaScriptObject |
create()
|
void |
deselect()
Select this object. |
SelectionType |
getActionType()
Behavior on state changes -- BUTTON, RADIO or CHECKBOX |
Alignment |
getAlign()
Horizontal alignment of this component's title. |
Boolean |
getAutoFit()
If true, ignore the specified size of this widget and always size just large enough to accommodate the title. |
String |
getBaseStyle()
Base CSS style. |
Boolean |
getHiliteAccessKey()
If set to true, if the title of this button contains the
specified accessKey, when the title is displayed to the user it
will be modified to include HTML to underline the accessKey.Note that this property may cause titles that include HTML (rather than simple strings) to be inappropriately modified, so should be disabled if your title string includes HTML characters. |
String |
getIcon()
Optional icon to be shown with the button title text. |
String |
getIconAlign()
If this button is showing an icon should it be right or left aligned? |
Integer |
getIconHeight()
Height in pixels of the icon image. |
String |
getIconOrientation()
If this button is showing an icon should it appear to the left or right of the title? valid options are "left" and "right". |
int |
getIconSize()
Size in pixels of the icon image. |
int |
getIconSpacing()
Pixels between icon and title text. |
Integer |
getIconWidth()
Width in pixels of the icon image. |
Integer |
getLabelHPad()
Horizontal padding to be applied to this widget's label. |
Integer |
getLabelVPad()
Vertical padding to be applied to this widget's label. |
static ImgButton |
getOrCreateRef(JavaScriptObject jsObj)
|
String |
getRadioGroup()
String identifier for this canvas's mutually exclusive selection group. |
Boolean |
getSelected()
Whether this component is selected. |
Boolean |
getShowDisabled()
Should we visibly change state when disabled? |
Boolean |
getShowDisabledIcon()
If using an icon for this button, whether to switch the icon image if the button becomes disabled. |
Boolean |
getShowDown()
Should we visibly change state when the mouse goes down in this object? |
Boolean |
getShowDownIcon()
If using an icon for this button, whether to switch the icon image when the mouse goes down on the button. |
Boolean |
getShowFocused()
Should we visibly change state when the canvas receives focus? If showFocusedAsOver is true, the
"over" will be used to indicate focus. |
Boolean |
getShowFocusedIcon()
If using an icon for this button, whether to switch the icon image when the button receives focus. |
Boolean |
getShowRollOver()
Should we visibly change state when the mouse goes over this object? |
Boolean |
getShowRollOverIcon()
If using an icon for this button, whether to switch the icon image on mouse rollover. |
Boolean |
getShowSelectedIcon()
If using an icon for this button, whether to switch the icon image when the button becomes selected. |
Boolean |
getShowTitle()
Determines whether any specified title will be displayed
for this component.Applies to Image-based components only, where the title will be rendered out in a label floating over the component |
String |
getSrc()
The base filename for the image. |
State |
getState()
Current "state" of this widget. |
String |
getTitle()
The text title to display in this button. |
VerticalAlignment |
getValign()
Vertical alignment of this component's title. |
Boolean |
isSelected()
Find out if this object is selected |
void |
removeFromRadioGroup()
Remove this widget from the specified mutually exclusive selection group with the ID passed in. |
void |
removeFromRadioGroup(String groupID)
Remove this widget from the specified mutually exclusive selection group with the ID passed in. |
void |
select()
Select this object. |
void |
setActionType(SelectionType actionType)
Behavior on state changes -- BUTTON, RADIO or CHECKBOX If this method is called after the component has been drawn/initialized: Update the 'actionType' for this canvas (radio / checkbox / button) If the canvas is currently selected, and the passed in actionType is 'button' this method will deselect the canvas. |
void |
setAlign(Alignment align)
Horizontal alignment of this component's title. |
void |
setAutoFit(Boolean autoFit)
If true, ignore the specified size of this widget and always size just large enough to accommodate the title. |
void |
setBaseStyle(String baseStyle)
Base CSS style. |
static void |
setDefaultProperties(ImgButton imgButtonProperties)
Class level method to set the default properties of this class. |
void |
setDisabled(boolean disabled)
Enable or disable this object |
void |
setHiliteAccessKey(Boolean hiliteAccessKey)
If set to true, if the title of this button contains the
specified accessKey, when the title is displayed to the user it
will be modified to include HTML to underline the accessKey.Note that this property may cause titles that include HTML (rather than simple strings) to be inappropriately modified, so should be disabled if your title string includes HTML characters. |
void |
setIcon(String icon)
Optional icon to be shown with the button title text. |
void |
setIconAlign(String iconAlign)
If this button is showing an icon should it be right or left aligned? |
void |
setIconHeight(Integer iconHeight)
Height in pixels of the icon image. |
void |
setIconOrientation(String iconOrientation)
If this button is showing an icon should it appear to the left or right of the title? valid options are "left" and "right". |
void |
setIconSize(int iconSize)
Size in pixels of the icon image. |
void |
setIconSpacing(int iconSpacing)
Pixels between icon and title text. |
void |
setIconWidth(Integer iconWidth)
Width in pixels of the icon image. |
void |
setLabelHPad(Integer labelHPad)
Horizontal padding to be applied to this widget's label. |
void |
setLabelVPad(Integer labelVPad)
Vertical padding to be applied to this widget's label. |
void |
setRadioGroup(String radioGroup)
String identifier for this canvas's mutually exclusive selection group. |
void |
setSelected(Boolean selected)
Whether this component is selected. |
void |
setShowDisabled(Boolean showDisabled)
Should we visibly change state when disabled? |
void |
setShowDisabledIcon(Boolean showDisabledIcon)
If using an icon for this button, whether to switch the icon image if the button becomes disabled. |
void |
setShowDown(Boolean showDown)
Should we visibly change state when the mouse goes down in this object? |
void |
setShowDownIcon(Boolean showDownIcon)
If using an icon for this button, whether to switch the icon image when the mouse goes down on the button. |
void |
setShowFocused(Boolean showFocused)
Should we visibly change state when the canvas receives focus? If showFocusedAsOver is true, the
"over" will be used to indicate focus. |
void |
setShowFocusedIcon(Boolean showFocusedIcon)
If using an icon for this button, whether to switch the icon image when the button receives focus. |
void |
setShowRollOver(Boolean showRollOver)
Should we visibly change state when the mouse goes over this object? |
void |
setShowRollOverIcon(Boolean showRollOverIcon)
If using an icon for this button, whether to switch the icon image on mouse rollover. |
void |
setShowSelectedIcon(Boolean showSelectedIcon)
If using an icon for this button, whether to switch the icon image when the button becomes selected. |
void |
setShowTitle(Boolean showTitle)
Determines whether any specified title will be displayed
for this component.Applies to Image-based components only, where the title will be rendered out in a label floating over the component |
void |
setSrc(String src)
The base filename for the image. |
void |
setState(State state)
Current "state" of this widget. |
void |
setTitle(String title)
The text title to display in this button. |
void |
setValign(VerticalAlignment valign)
Vertical alignment of this component's title. |
| Methods inherited from class com.smartgwt.client.widgets.Img |
|---|
getAltText, getHoverHTML, getImageHeight, getImageType, getImageWidth, getPrompt, getSize, getUsePNGFix, resetSrc, setAltText, setDefaultProperties, setImageHeight, setImageType, setImageWidth, setName, setPrompt, setSize, setUsePNGFix |
| Methods inherited from class com.smartgwt.client.widgets.StatefulCanvas |
|---|
getOverCanvasConstructor, getRedrawOnStateChange, getShowFocusedAsOver, getShowOverCanvas, getStateSuffix, setDefaultProperties, setOverCanvasConstructor, setRedrawOnStateChange, setShowFocusedAsOver, setShowOverCanvas, setTitleStyle |
| Methods inherited from class com.google.gwt.user.client.ui.Widget |
|---|
addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, getLayoutData, getParent, isAttached, isOrWasAttached, onAttach, onBrowserEvent, onDetach, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents |
| Methods inherited from class com.google.gwt.user.client.ui.UIObject |
|---|
addStyleDependentName, ensureDebugId, ensureDebugId, ensureDebugId, getStyleElement, getStyleName, getStylePrimaryName, getStylePrimaryName, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, setElement, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setVisible, sinkBitlessEvent, unsinkEvents |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.google.gwt.event.shared.HasHandlers |
|---|
fireEvent |
| Constructor Detail |
|---|
public ImgButton()
public ImgButton(JavaScriptObject jsObj)
| Method Detail |
|---|
public static ImgButton getOrCreateRef(JavaScriptObject jsObj)
protected JavaScriptObject create()
create in class Imgpublic void setActionType(SelectionType actionType)
setActionType in class StatefulCanvasactionType - actionType Default value is "button"State overview and related methods,
Radio / Toggle Behavior Examplepublic SelectionType getActionType()
getActionType in class StatefulCanvasState overview and related methods,
Radio / Toggle Behavior Examplepublic void setAlign(Alignment align)
setAlign in class StatefulCanvasalign - align Default value is Canvas.CENTERAppearance overview and related methodspublic Alignment getAlign()
getAlign in class StatefulCanvasAppearance overview and related methodspublic void setAutoFit(Boolean autoFit)
setWidth() is explicitly called on an autoFit:true button, autoFit will be reset to false.
Note that for StretchImgButton instances, autoFit will occur horizontally only, as unpredictable vertical sizing is
likely to distort the media. If you do want vertical auto-fit, this can be achieved by simply setting a small height,
and having overflow:"visible"
If this method is called after the component has been drawn/initialized:
Setter method for the autoFit property. Pass in true or false to turn autoFit on or off. When autoFit is set to false, canvas will be resized to it's previously specified size.
setAutoFit in class StatefulCanvasautoFit - New autoFit setting.. Default value is nullSizing overview and related methodspublic Boolean getAutoFit()
setWidth() is explicitly called on an autoFit:true button, autoFit will be reset to false. Note that for StretchImgButton instances, autoFit will occur horizontally only, as unpredictable vertical sizing is likely to distort the media. If you do want vertical auto-fit, this can be achieved by simply setting a small height, and having overflow:"visible"
getAutoFit in class StatefulCanvasSizing overview and related methodspublic void setBaseStyle(String baseStyle)
When the component changes state (eg becomes disabled), a suffix will be appended to this style name, reflecting the following states: "Over", "Down", or "Disabled".
If the widget is selected, the suffixes will be "Selected", "SelectedOver", etc.
If the widget has focus and showFocused is true, and showFocusedAsOver is
false, the suffixes will be "Focused", "FocusedOver", etc, or if the widget is both selected and focused,
"SelectedFocused", "SelectedFocusedOver", etc.
For example, if baseStyle is set to "button", this
component is selected and the mouse cursor is over this
component, the style "buttonSelectedOver" will be used.
If this method is called after the component has been drawn/initialized:
Sets the base CSS style. As the component changes state and/or is selected, suffixes will be added to the base style.
setBaseStyle in class StatefulCanvasbaseStyle - new base style. Default value is "imgButton"public String getBaseStyle()
When the component changes state (eg becomes disabled), a suffix will be appended to this style name, reflecting the following states: "Over", "Down", or "Disabled".
If the widget is selected, the suffixes will be "Selected", "SelectedOver", etc.
If the widget has focus and showFocused is true, and showFocusedAsOver is
false, the suffixes will be "Focused", "FocusedOver", etc, or if the widget is both selected and focused,
"SelectedFocused", "SelectedFocusedOver", etc.
For example, if baseStyle is set to "button", this
component is selected and the mouse cursor is over this
component, the style "buttonSelectedOver" will be used.
getBaseStyle in class StatefulCanvaspublic void setHiliteAccessKey(Boolean hiliteAccessKey)
title of this button contains the
specified accessKey, when the title is displayed to the user it
will be modified to include HTML to underline the accessKey.
hiliteAccessKey - hiliteAccessKey Default value is nullpublic Boolean getHiliteAccessKey()
title of this button contains the
specified accessKey, when the title is displayed to the user it
will be modified to include HTML to underline the accessKey.
public void setIcon(String icon)
Specify as the partial URL to an image, relative to the
imgDir of this component.
If this method is called after the component has been drawn/initialized:
Change the icon being shown next to the title text.
setIcon in class StatefulCanvasicon - URL of new icon. Default value is nullButtonIcon overview and related methodspublic String getIcon()
Specify as the partial URL to an image, relative to the imgDir of this component.
getIcon in class StatefulCanvasButtonIcon overview and related methods
public void setIconAlign(String iconAlign)
throws IllegalStateException
iconAlign - iconAlign Default value is null
IllegalStateException - this property cannot be changed after the component has been createdButtonIcon overview and related methodspublic String getIconAlign()
ButtonIcon overview and related methods
public void setIconHeight(Integer iconHeight)
throws IllegalStateException
If unset, defaults to iconSize
setIconHeight in class StatefulCanvasiconHeight - iconHeight Default value is null
IllegalStateException - this property cannot be changed after the component has been createdButtonIcon overview and related methodspublic Integer getIconHeight()
If unset, defaults to iconSize
getIconHeight in class StatefulCanvasButtonIcon overview and related methods
public void setIconOrientation(String iconOrientation)
throws IllegalStateException
"left" and "right".
setIconOrientation in class StatefulCanvasiconOrientation - The new orientation of the icon relative to the text of the button.. Default value is "left"
IllegalStateException - this property cannot be changed after the component has been createdButtonIcon overview and related methodspublic String getIconOrientation()
"left" and "right".
getIconOrientation in class StatefulCanvasButtonIcon overview and related methods
public void setIconSize(int iconSize)
throws IllegalStateException
The iconWidth and iconHeight properties can be used to
configure width and height separately.
setIconSize in class StatefulCanvasiconSize - iconSize Default value is 16
IllegalStateException - this property cannot be changed after the component has been createdButtonIcon overview and related methodspublic int getIconSize()
The iconWidth and iconHeight properties can be used to
configure width and height separately.
getIconSize in class StatefulCanvasButtonIcon overview and related methods
public void setIconSpacing(int iconSpacing)
throws IllegalStateException
iconSpacing - iconSpacing Default value is 6
IllegalStateException - this property cannot be changed after the component has been createdButtonIcon overview and related methodspublic int getIconSpacing()
ButtonIcon overview and related methods
public void setIconWidth(Integer iconWidth)
throws IllegalStateException
If unset, defaults to iconSize
setIconWidth in class StatefulCanvasiconWidth - iconWidth Default value is null
IllegalStateException - this property cannot be changed after the component has been createdButtonIcon overview and related methodspublic Integer getIconWidth()
If unset, defaults to iconSize
getIconWidth in class StatefulCanvasButtonIcon overview and related methodspublic void setLabelHPad(Integer labelHPad)
The specified amount of padding is applied to the left and right edges of the button, so the total amount of padding is 2x the specified value.
labelHPad - labelHPad Default value is nullpublic Integer getLabelHPad()
The specified amount of padding is applied to the left and right edges of the button, so the total amount of padding is 2x the specified value.
public void setLabelVPad(Integer labelVPad)
The specified amount of padding is applied to the top and bottom edges of the button, so the total amount of padding is 2x the specified value.
labelVPad - labelVPad Default value is nullpublic Integer getLabelVPad()
The specified amount of padding is applied to the top and bottom edges of the button, so the total amount of padding is 2x the specified value.
public void setRadioGroup(String radioGroup)
Note : This is an advanced setting
setRadioGroup in class StatefulCanvasradioGroup - radioGroup Default value is nullState overview and related methods,
Radio / Toggle Behavior Examplepublic String getRadioGroup()
getRadioGroup in class StatefulCanvasState overview and related methods,
Radio / Toggle Behavior Examplepublic void setSelected(Boolean selected)
setSelected in class StatefulCanvasselected - selected Default value is falseState overview and related methodspublic Boolean getSelected()
getSelected in class StatefulCanvasState overview and related methodspublic void setShowDisabled(Boolean showDisabled)
setShowDisabled in class StatefulCanvasshowDisabled - showDisabled Default value is trueState overview and related methodspublic Boolean getShowDisabled()
getShowDisabled in class StatefulCanvasState overview and related methods
public void setShowDisabledIcon(Boolean showDisabledIcon)
throws IllegalStateException
setShowDisabledIcon in class StatefulCanvasshowDisabledIcon - showDisabledIcon Default value is true
IllegalStateException - this property cannot be changed after the component has been createdButtonIcon overview and related methodspublic Boolean getShowDisabledIcon()
getShowDisabledIcon in class StatefulCanvasButtonIcon overview and related methodspublic void setShowDown(Boolean showDown)
setShowDown in class StatefulCanvasshowDown - showDown Default value is falseState overview and related methodspublic Boolean getShowDown()
getShowDown in class StatefulCanvasState overview and related methods
public void setShowDownIcon(Boolean showDownIcon)
throws IllegalStateException
setShowDownIcon in class StatefulCanvasshowDownIcon - showDownIcon Default value is false
IllegalStateException - this property cannot be changed after the component has been createdButtonIcon overview and related methodspublic Boolean getShowDownIcon()
getShowDownIcon in class StatefulCanvasButtonIcon overview and related methodspublic void setShowFocused(Boolean showFocused)
showFocusedAsOver is true, the
"over" will be used to indicate focus. Otherwise a separate "focused" state will
be used.
setShowFocused in class StatefulCanvasshowFocused - showFocused Default value is falseState overview and related methodspublic Boolean getShowFocused()
showFocusedAsOver is true, the
"over" will be used to indicate focus. Otherwise a separate "focused" state will
be used.
getShowFocused in class StatefulCanvasState overview and related methods
public void setShowFocusedIcon(Boolean showFocusedIcon)
throws IllegalStateException
If showFocusedAsOver is true, the "Over" icon
will be displayed when the canvas has focus, otherwise a separate "Focused" icon will be displayed
setShowFocusedIcon in class StatefulCanvasshowFocusedIcon - showFocusedIcon Default value is false
IllegalStateException - this property cannot be changed after the component has been createdButtonIcon overview and related methodspublic Boolean getShowFocusedIcon()
If showFocusedAsOver is true, the "Over" icon
will be displayed when the canvas has focus, otherwise a separate "Focused" icon will be displayed
getShowFocusedIcon in class StatefulCanvasButtonIcon overview and related methodspublic void setShowRollOver(Boolean showRollOver)
setShowRollOver in class StatefulCanvasshowRollOver - showRollOver Default value is falseState overview and related methodspublic Boolean getShowRollOver()
getShowRollOver in class StatefulCanvasState overview and related methods
public void setShowRollOverIcon(Boolean showRollOverIcon)
throws IllegalStateException
setShowRollOverIcon in class StatefulCanvasshowRollOverIcon - showRollOverIcon Default value is false
IllegalStateException - this property cannot be changed after the component has been createdButtonIcon overview and related methodspublic Boolean getShowRollOverIcon()
getShowRollOverIcon in class StatefulCanvasButtonIcon overview and related methods
public void setShowSelectedIcon(Boolean showSelectedIcon)
throws IllegalStateException
setShowSelectedIcon in class StatefulCanvasshowSelectedIcon - showSelectedIcon Default value is false
IllegalStateException - this property cannot be changed after the component has been createdButtonIcon overview and related methodspublic Boolean getShowSelectedIcon()
getShowSelectedIcon in class StatefulCanvasButtonIcon overview and related methodspublic void setShowTitle(Boolean showTitle)
title will be displayed
for this component.Note : This is an advanced setting
setShowTitle in class ImgshowTitle - showTitle Default value is falsepublic Boolean getShowTitle()
title will be displayed
for this component.
getShowTitle in class Imgpublic void setSrc(String src)
If img.state is set, it's value will be appended to the URL before the
file extension.
For example, given an src of "findIcon.gif" and a state of "Disabled", the resulting
image name would be "findIcon_Disabled.gif". Compound states such as "Selected", "Focused" and "Over" or "Down" will
have an intervening underscore, resulting in, for example, "findIcon_Selected_Down.gif".
setSrc in class Imgsrc - src Default value is "[SKIN]/ImgButton/button.png"Appearance overview and related methods,
Appearance Examplepublic String getSrc()
If img.state is set, it's value will be appended to the URL before the
file extension.
For example, given an src of "findIcon.gif" and a state of "Disabled", the resulting
image name would be "findIcon_Disabled.gif". Compound states such as "Selected", "Focused" and "Over" or "Down" will
have an intervening underscore, resulting in, for example, "findIcon_Selected_Down.gif".
getSrc in class ImgAppearance overview and related methods,
Appearance Examplepublic void setState(State state)
baseStyle for a description of how this is done. For Img or StretchImg based subclasses of StatefulCanvas,
the appearance may also be updated by changing the src of the rendered image. See src and src for a
description of how the URL is modified to reflect the state of the widget in this case.
If this method is called after the component has been drawn/initialized:
Set the 'state' of this object, this changes it's appearance.
Note : This is an advanced setting
setState in class StatefulCanvasstate - new state. Default value is ""State,
State overview and related methodspublic State getState()
baseStyle for a description of how this is done. For Img or StretchImg based subclasses of StatefulCanvas,
the appearance may also be updated by changing the src of the rendered image. See src and src for a
description of how the URL is modified to reflect the state of the widget in this case.
getState in class StatefulCanvasState,
State overview and related methodspublic void setTitle(String title)
setTitle in class StatefulCanvastitle - new title. Default value is variesBasics overview and related methodspublic String getTitle()
getTitle in class StatefulCanvasDefault is to simply return this.title.
Basics overview and related methodspublic void setValign(VerticalAlignment valign)
setValign in class StatefulCanvasvalign - valign Default value is Canvas.CENTERAppearance overview and related methodspublic VerticalAlignment getValign()
getValign in class StatefulCanvasAppearance overview and related methodspublic void action()
public void addToRadioGroup(String groupID)
addToRadioGroup in class StatefulCanvasgroupID - - ID of the radiogroup to which this widget should be addedpublic void deselect()
deselect in class StatefulCanvaspublic Boolean isSelected()
isSelected in class StatefulCanvasState overview and related methodspublic void removeFromRadioGroup()
removeFromRadioGroup in class StatefulCanvaspublic void removeFromRadioGroup(String groupID)
removeFromRadioGroup in class StatefulCanvasgroupID - - optional radio group ID (to ensure the widget is removed from the appropriate
group.State overview and related methodspublic void select()
select in class StatefulCanvaspublic void setDisabled(boolean disabled)
setDisabled in class Canvasdisabled - true if this widget is to be disabledpublic static void setDefaultProperties(ImgButton imgButtonProperties)
Note: This method is intended for setting default attributes only and will effect all instances of the underlying class (including those automatically generated in JavaScript). This method should not be used to apply standard EventHandlers or override methods for a class - use a custom subclass instead.
imgButtonProperties - properties that should be used as new defaults when instances of this class are created
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||