|
|||||||||
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
public class StatefulCanvas
A component that has a set of possible states, and which presents itself differently according to which state it is in. An example is a button, which can be "up", "down", "over" or "disabled".
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.UIObject |
---|
com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled |
Field Summary |
---|
Fields inherited from class com.smartgwt.client.widgets.BaseWidget |
---|
config, configOnly, id, isElementSet |
Fields inherited from class com.google.gwt.user.client.ui.UIObject |
---|
DEBUG_ID_PREFIX |
Constructor Summary | |
---|---|
StatefulCanvas()
|
|
StatefulCanvas(com.google.gwt.core.client.JavaScriptObject jsObj)
|
Method Summary | |
---|---|
void |
addToRadioGroup(java.lang.String groupID)
Add this widget to the specified mutually exclusive selection group with the ID passed in. Selecting this widget will then deselect any other StatefulCanvases with the same radioGroup ID. StatefulCanvases can belong to only one radioGroup, so this method will remove from any other radiogroup of which this button is already a member. |
protected com.google.gwt.core.client.JavaScriptObject |
create()
|
void |
deselect()
Deselect this object. |
SelectionType |
getActionType()
Behavior on state changes -- BUTTON, RADIO or CHECKBOX |
Alignment |
getAlign()
Horizontal alignment of this component's title. |
java.lang.Boolean |
getAutoFit()
If true, ignore the specified size of this widget and always size just large enough to accomodate the title. |
java.lang.String |
getBaseStyle()
Base CSS style. |
java.lang.String |
getIcon()
Optional icon to be shown with the button title text. |
java.lang.Integer |
getIconHeight()
Height in pixels of the icon image. |
java.lang.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. |
java.lang.Integer |
getIconWidth()
Width in pixels of the icon image. |
static StatefulCanvas |
getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj)
|
java.lang.String |
getOverCanvasConstructor()
Constructor class name for this widgets overCanvas |
java.lang.String |
getRadioGroup()
String identifier for this canvas's mutually exclusive selection group. |
java.lang.Boolean |
getRedrawOnStateChange()
Whether this widget needs to redraw to reflect state change |
java.lang.Boolean |
getSelected()
Whether this component is selected. |
java.lang.Boolean |
getShowDisabled()
Should we visibly change state when disabled? |
java.lang.Boolean |
getShowDisabledIcon()
If using an icon for this button, whether to switch the icon image if the button becomes disabled. |
java.lang.Boolean |
getShowDown()
Should we visibly change state when the mouse goes down in this object? |
java.lang.Boolean |
getShowDownIcon()
If using an icon for this button, whether to switch the icon image when the mouse goes down on the button. |
java.lang.Boolean |
getShowFocused()
Should we visibly change state when the canvas recieves focus? If showFocusedAsOver is true , the "over"
will be used to indicate focus. |
java.lang.Boolean |
getShowFocusedAsOver()
If showFocused is true for this widget, should the
"over" state be used to indicate the widget as focused. |
java.lang.Boolean |
getShowFocusedIcon()
If using an icon for this button, whether to switch the icon image when the button recieves focus. |
java.lang.Boolean |
getShowOverCanvas()
When this property is set to true, this widget will create and show the overCanvas on user rollover. |
java.lang.Boolean |
getShowRollOver()
Should we visibly change state when the mouse goes over this object? |
java.lang.Boolean |
getShowRollOverIcon()
If using an icon for this button, whether to switch the icon image on mouse rollover. |
java.lang.Boolean |
getShowSelectedIcon()
If using an icon for this button, whether to switch the icon image when the button becomes selected. |
State |
getState()
Current "state" of this widget. |
void |
getStateSuffix()
Returns the suffix that will be appended to the baseStyle
as the component changes state and/or is selected.
|
java.lang.String |
getTitle()
The text title to display in this button. |
VerticalAlignment |
getValign()
Vertical alignment of this component's title. |
java.lang.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. No-op's if this widget is not a member of the groupID passed in. If no groupID is passed in, defaults to removing from whatever radioGroup this widget is a member of. |
void |
removeFromRadioGroup(java.lang.String groupID)
Remove this widget from the specified mutually exclusive selection group with the ID passed in. No-op's if this widget is not a member of the groupID passed in. If no groupID is passed in, defaults to removing from whatever radioGroup this widget is a member of. |
void |
select()
Select this object. |
void |
setActionType(SelectionType actionType)
Behavior on state changes -- BUTTON, RADIO or CHECKBOX 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(java.lang.Boolean autoFit)
If true, ignore the specified size of this widget and always size just large enough to accomodate the title. |
void |
setBaseStyle(java.lang.String baseStyle)
Base CSS style. |
void |
setDisabled(boolean disabled)
Enable or disable this object |
void |
setIcon(java.lang.String icon)
Optional icon to be shown with the button title text. |
void |
setIconHeight(java.lang.Integer iconHeight)
Height in pixels of the icon image. |
void |
setIconOrientation(java.lang.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 |
setIconWidth(java.lang.Integer iconWidth)
Width in pixels of the icon image. |
void |
setOverCanvasConstructor(java.lang.String overCanvasConstructor)
Constructor class name for this widgets overCanvas |
void |
setRadioGroup(java.lang.String radioGroup)
String identifier for this canvas's mutually exclusive selection group. |
void |
setRedrawOnStateChange(java.lang.Boolean redrawOnStateChange)
Whether this widget needs to redraw to reflect state change |
void |
setSelected(java.lang.Boolean selected)
Whether this component is selected. |
void |
setShowDisabled(java.lang.Boolean showDisabled)
Should we visibly change state when disabled? |
void |
setShowDisabledIcon(java.lang.Boolean showDisabledIcon)
If using an icon for this button, whether to switch the icon image if the button becomes disabled. |
void |
setShowDown(java.lang.Boolean showDown)
Should we visibly change state when the mouse goes down in this object? |
void |
setShowDownIcon(java.lang.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(java.lang.Boolean showFocused)
Should we visibly change state when the canvas recieves focus? If showFocusedAsOver is true , the "over"
will be used to indicate focus. |
void |
setShowFocusedAsOver(java.lang.Boolean showFocusedAsOver)
If showFocused is true for this widget, should the
"over" state be used to indicate the widget as focused. |
void |
setShowFocusedIcon(java.lang.Boolean showFocusedIcon)
If using an icon for this button, whether to switch the icon image when the button recieves focus. |
void |
setShowOverCanvas(java.lang.Boolean showOverCanvas)
When this property is set to true, this widget will create and show the overCanvas on user rollover. |
void |
setShowRollOver(java.lang.Boolean showRollOver)
Should we visibly change state when the mouse goes over this object? |
void |
setShowRollOverIcon(java.lang.Boolean showRollOverIcon)
If using an icon for this button, whether to switch the icon image on mouse rollover. |
void |
setShowSelectedIcon(java.lang.Boolean showSelectedIcon)
If using an icon for this button, whether to switch the icon image when the button becomes selected. |
void |
setState(State state)
Current "state" of this widget. |
void |
setTitle(java.lang.String title)
The text title to display in this button. |
void |
setTitleStyle(java.lang.String titleStyle)
|
void |
setValign(VerticalAlignment valign)
Vertical alignment of this component's title. |
Methods inherited from class com.google.gwt.user.client.ui.Widget |
---|
doAttachChildren, doDetachChildren, getParent, isAttached, onAttach, onBrowserEvent, onDetach, onLoad, onUnload, removeFromParent |
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, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setVisible, sinkEvents, 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 |
Methods inherited from interface com.google.gwt.event.shared.HasHandlers |
---|
fireEvent |
Methods inherited from interface com.google.gwt.event.shared.HasHandlers |
---|
fireEvent |
Methods inherited from interface com.google.gwt.event.shared.HasHandlers |
---|
fireEvent |
Methods inherited from interface com.google.gwt.event.shared.HasHandlers |
---|
fireEvent |
Methods inherited from interface com.google.gwt.event.shared.HasHandlers |
---|
fireEvent |
Methods inherited from interface com.google.gwt.event.shared.HasHandlers |
---|
fireEvent |
Methods inherited from interface com.google.gwt.event.shared.HasHandlers |
---|
fireEvent |
Methods inherited from interface com.google.gwt.event.shared.HasHandlers |
---|
fireEvent |
Methods inherited from interface com.google.gwt.event.shared.HasHandlers |
---|
fireEvent |
Methods inherited from interface com.google.gwt.event.shared.HasHandlers |
---|
fireEvent |
Methods inherited from interface com.google.gwt.event.shared.HasHandlers |
---|
fireEvent |
Methods inherited from interface com.google.gwt.event.shared.HasHandlers |
---|
fireEvent |
Methods inherited from interface com.google.gwt.event.shared.HasHandlers |
---|
fireEvent |
Methods inherited from interface com.google.gwt.event.shared.HasHandlers |
---|
fireEvent |
Methods inherited from interface com.google.gwt.event.shared.HasHandlers |
---|
fireEvent |
Methods inherited from interface com.google.gwt.event.shared.HasHandlers |
---|
fireEvent |
Methods inherited from interface com.google.gwt.event.shared.HasHandlers |
---|
fireEvent |
Methods inherited from interface com.google.gwt.event.shared.HasHandlers |
---|
fireEvent |
Methods inherited from interface com.google.gwt.event.shared.HasHandlers |
---|
fireEvent |
Methods inherited from interface com.google.gwt.event.shared.HasHandlers |
---|
fireEvent |
Methods inherited from interface com.google.gwt.event.shared.HasHandlers |
---|
fireEvent |
Methods inherited from interface com.google.gwt.event.shared.HasHandlers |
---|
fireEvent |
Methods inherited from interface com.google.gwt.event.shared.HasHandlers |
---|
fireEvent |
Methods inherited from interface com.google.gwt.event.shared.HasHandlers |
---|
fireEvent |
Methods inherited from interface com.google.gwt.event.shared.HasHandlers |
---|
fireEvent |
Methods inherited from interface com.google.gwt.event.shared.HasHandlers |
---|
fireEvent |
Methods inherited from interface com.google.gwt.event.shared.HasHandlers |
---|
fireEvent |
Methods inherited from interface com.google.gwt.event.shared.HasHandlers |
---|
fireEvent |
Methods inherited from interface com.google.gwt.event.shared.HasHandlers |
---|
fireEvent |
Methods inherited from interface com.google.gwt.event.shared.HasHandlers |
---|
fireEvent |
Constructor Detail |
---|
public StatefulCanvas()
public StatefulCanvas(com.google.gwt.core.client.JavaScriptObject jsObj)
Method Detail |
---|
public static StatefulCanvas getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj)
protected com.google.gwt.core.client.JavaScriptObject create()
create
in class Canvas
public void setTitle(java.lang.String title)
setTitle
in class Canvas
title
- new title. Default value is variespublic java.lang.String getTitle()
getTitle
in class Canvas
Default is to simply return this.title.
public void setRedrawOnStateChange(java.lang.Boolean redrawOnStateChange)
Note : This is an advanced setting
redrawOnStateChange
- redrawOnStateChange Default value is falsepublic java.lang.Boolean getRedrawOnStateChange()
public void setSelected(java.lang.Boolean selected)
selected
- new boolean value of whether or not the object is selected.. Default value is falsepublic java.lang.Boolean getSelected()
public 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.
Set the 'state' of this object, this changes it's appearance.
Note : This is an advanced setting
state
- new state. Default value is ""public 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.
public void setShowRollOver(java.lang.Boolean showRollOver)
showRollOver
- showRollOver Default value is falsepublic java.lang.Boolean getShowRollOver()
public void setShowFocused(java.lang.Boolean showFocused)
showFocusedAsOver
is true
, the "over"
will be used to indicate focus. Otherwise a separate "focused"
state
will be used.
showFocused
- showFocused Default value is falsepublic java.lang.Boolean getShowFocused()
showFocusedAsOver
is true
, the "over"
will be used to indicate focus. Otherwise a separate "focused"
state
will be used.
public void setShowFocusedAsOver(java.lang.Boolean showFocusedAsOver)
showFocused
is true for this widget, should the
"over"
state be used to indicate the widget as focused. If set to false,
a separate "focused"
state will be used.
showFocusedAsOver
- showFocusedAsOver Default value is truepublic java.lang.Boolean getShowFocusedAsOver()
showFocused
is true for this widget, should the
"over"
state be used to indicate the widget as focused. If set to false,
a separate "focused"
state will be used.
public void setShowDown(java.lang.Boolean showDown)
showDown
- showDown Default value is falsepublic java.lang.Boolean getShowDown()
public void setShowDisabled(java.lang.Boolean showDisabled)
showDisabled
- showDisabled Default value is truepublic java.lang.Boolean getShowDisabled()
public void setActionType(SelectionType actionType)
actionType
- actionType Default value is "button"public SelectionType getActionType()
public void setRadioGroup(java.lang.String radioGroup)
Note : This is an advanced setting
radioGroup
- radioGroup Default value is nullpublic java.lang.String getRadioGroup()
public void setBaseStyle(java.lang.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
isSelected()
and the mouse cursor is over this component, the style
"buttonSelectedOver" will be used.
Sets the base CSS style. As the component changes state and/or is selected, suffixes will be
added to the base style.
baseStyle
- new base style. Default value is nullpublic java.lang.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
isSelected()
and the mouse cursor is over this component, the style
"buttonSelectedOver" will be used.
public void setAlign(Alignment align)
setAlign
in class Canvas
align
- align Default value is Canvas.CENTERpublic Alignment getAlign()
public void setValign(VerticalAlignment valign)
valign
- valign Default value is Canvas.CENTERpublic VerticalAlignment getValign()
public void setAutoFit(java.lang.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"
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.
autoFit
- New autoFit setting.. Default value is nullpublic java.lang.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"
public void setIcon(java.lang.String icon)
Specify as the partial URL to an image, relative to the imgDir of this component. Change the icon being shown next to the title text.
icon
- URL of new icon. Default value is nullpublic java.lang.String getIcon()
Specify as the partial URL to an image, relative to the imgDir of this component.
public void setIconSize(int iconSize) throws java.lang.IllegalStateException
The iconWidth
and iconHeight
properties can be used to
configure width and height separately.
iconSize
- iconSize Default value is 16
java.lang.IllegalStateException
- this property cannot be changed after the component has been createdpublic int getIconSize()
The iconWidth
and iconHeight
properties can be used to
configure width and height separately.
public void setIconWidth(java.lang.Integer iconWidth) throws java.lang.IllegalStateException
If unset, defaults to iconSize
iconWidth
- iconWidth Default value is null
java.lang.IllegalStateException
- this property cannot be changed after the component has been createdpublic java.lang.Integer getIconWidth()
If unset, defaults to iconSize
public void setIconHeight(java.lang.Integer iconHeight) throws java.lang.IllegalStateException
If unset, defaults to iconSize
iconHeight
- iconHeight Default value is null
java.lang.IllegalStateException
- this property cannot be changed after the component has been createdpublic java.lang.Integer getIconHeight()
If unset, defaults to iconSize
public void setIconOrientation(java.lang.String iconOrientation) throws java.lang.IllegalStateException
"left"
and "right"
.
Changes the orientation of the icon relative to the text of the button.
iconOrientation
- The new orientation of the icon relative to the text of the button.. Default value is "left"
java.lang.IllegalStateException
- this property cannot be changed after the component has been createdpublic java.lang.String getIconOrientation()
"left"
and "right"
.
public void setShowDisabledIcon(java.lang.Boolean showDisabledIcon) throws java.lang.IllegalStateException
showDisabledIcon
- showDisabledIcon Default value is true
java.lang.IllegalStateException
- this property cannot be changed after the component has been createdpublic java.lang.Boolean getShowDisabledIcon()
public void setShowRollOverIcon(java.lang.Boolean showRollOverIcon) throws java.lang.IllegalStateException
showRollOverIcon
- showRollOverIcon Default value is false
java.lang.IllegalStateException
- this property cannot be changed after the component has been createdpublic java.lang.Boolean getShowRollOverIcon()
public void setShowDownIcon(java.lang.Boolean showDownIcon) throws java.lang.IllegalStateException
showDownIcon
- showDownIcon Default value is false
java.lang.IllegalStateException
- this property cannot be changed after the component has been createdpublic java.lang.Boolean getShowDownIcon()
public void setShowSelectedIcon(java.lang.Boolean showSelectedIcon) throws java.lang.IllegalStateException
showSelectedIcon
- showSelectedIcon Default value is false
java.lang.IllegalStateException
- this property cannot be changed after the component has been createdpublic java.lang.Boolean getShowSelectedIcon()
public void setShowFocusedIcon(java.lang.Boolean showFocusedIcon) throws java.lang.IllegalStateException
If showFocusedAsOver
is true, the "Over"
icon will be
displayed when the canvas has focus, otherwise a seperate "Focused"
icon
will be displayed
showFocusedIcon
- showFocusedIcon Default value is false
java.lang.IllegalStateException
- this property cannot be changed after the component has been createdpublic java.lang.Boolean getShowFocusedIcon()
If showFocusedAsOver
is true, the "Over"
icon will be
displayed when the canvas has focus, otherwise a seperate "Focused"
icon
will be displayed
public void setShowOverCanvas(java.lang.Boolean showOverCanvas)
overCanvas
on user rollover.
Note : This is an advanced setting
showOverCanvas
- showOverCanvas Default value is falsepublic java.lang.Boolean getShowOverCanvas()
overCanvas
on user rollover.
public void setOverCanvasConstructor(java.lang.String overCanvasConstructor)
overCanvas
Note : This is an advanced setting
overCanvasConstructor
- overCanvasConstructor Default value is "Canvas"public java.lang.String getOverCanvasConstructor()
overCanvas
public void select()
public void deselect()
public java.lang.Boolean isSelected()
public void addToRadioGroup(java.lang.String groupID)
groupID
- - ID of the radiogroup to which this widget should be addedpublic void removeFromRadioGroup()
public void removeFromRadioGroup(java.lang.String groupID)
groupID
- - optional radio group ID (to ensure the widget is removed from the appropriate group.public void setDisabled(boolean disabled)
disabled
- true if this widget is to be disabledpublic void getStateSuffix()
baseStyle
as the component changes state and/or is selected.
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
isSelected()
and the mouse cursor is over this component, the style
"buttonSelectedOver" will be used.
public void setTitleStyle(java.lang.String titleStyle)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |