|
|||||||||
| 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.Button
com.smartgwt.client.widgets.Label
public class Label
Labels display a small amount of alignable text with optional icon
and autoFit.
For a general-purpose container for HTML content,
use HTMLFlow or HTMLPane instead.
| 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, nativeObject, scClassName |
| Fields inherited from class com.google.gwt.user.client.ui.UIObject |
|---|
DEBUG_ID_PREFIX |
| Constructor Summary | |
|---|---|
Label()
|
|
Label(JavaScriptObject jsObj)
|
|
Label(String contents)
|
|
| Method Summary | |
|---|---|
protected JavaScriptObject |
create()
|
Alignment |
getAlign()
Horizontal alignment of label text. |
Boolean |
getAutoFit()
If true, ignore the specified size of this widget and always size just large enough to accommodate the title. |
String |
getContents()
The contents of a canvas or label widget. |
Boolean |
getDynamicContents()
Dynamic contents allows the contents string to be treated as a simple, but powerful template. |
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. |
com.smartgwt.logicalstructure.core.LogicalStructureObject |
getLogicalStructure()
|
static Label |
getOrCreateRef(JavaScriptObject jsObj)
|
Boolean |
getShowDisabledIcon()
If using an icon for this button, whether to switch the icon image if the button becomes disabled. |
Boolean |
getShowDownIcon()
If using an icon for this button, whether to switch the icon image when the mouse goes down on the button. |
Boolean |
getShowFocusedIcon()
If using an icon for this button, whether to switch the icon image when the button receives focus. |
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. |
String |
getStyleName()
Set the CSS class for this widget. |
VerticalAlignment |
getValign()
Vertical alignment of label text. |
Boolean |
getWrap()
If false, the label text will not be wrapped to the next line. |
void |
setAlign(Alignment align)
Horizontal alignment of label text. |
void |
setAutoFit(Boolean autoFit)
If true, ignore the specified size of this widget and always size just large enough to accommodate the title. |
void |
setContents(String contents)
The contents of a canvas or label widget. |
static void |
setDefaultProperties(Label labelProperties)
Class level method to set the default properties of this class. |
void |
setDynamicContents(Boolean dynamicContents)
Dynamic contents allows the contents string to be treated as a simple, but powerful template. |
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 |
setJavaScriptObject(JavaScriptObject jsObj)
|
com.smartgwt.logicalstructure.core.LogicalStructureObject |
setLogicalStructure(com.smartgwt.logicalstructure.widgets.LabelLogicalStructure s)
|
void |
setShowDisabledIcon(Boolean showDisabledIcon)
If using an icon for this button, whether to switch the icon image if the button becomes disabled. |
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 |
setShowFocusedIcon(Boolean showFocusedIcon)
If using an icon for this button, whether to switch the icon image when the button receives focus. |
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 |
setStyleName(String styleName)
Set the CSS class for this widget. |
void |
setValign(VerticalAlignment valign)
Vertical alignment of label text. |
void |
setWrap(Boolean wrap)
If false, the label text will not be wrapped to the next line. |
| Methods inherited from class com.smartgwt.client.widgets.Button |
|---|
action, addIconClickHandler, addToRadioGroup, deselect, getActionType, getBaseStyle, getHiliteAccessKey, getRadioGroup, getSelected, getShowDisabled, getShowDown, getShowFocused, getShowRollOver, getState, getTitle, isSelected, removeFromRadioGroup, removeFromRadioGroup, select, setActionType, setBaseStyle, setDefaultProperties, setDisabled, setHiliteAccessKey, setLogicalStructure, setRadioGroup, setSelected, setShowDisabled, setShowDown, setShowFocused, setShowRollOver, setState, setTitle, setVAlign |
| Methods inherited from class com.smartgwt.client.widgets.StatefulCanvas |
|---|
getOverCanvasConstructor, getRedrawOnStateChange, getShowFocusedAsOver, getShowOverCanvas, getStateSuffix, setDefaultProperties, setLogicalStructure, 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, onBrowserEvent, 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, resolvePotentialElement, 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 Label()
public Label(JavaScriptObject jsObj)
public Label(String contents)
| Method Detail |
|---|
public static Label getOrCreateRef(JavaScriptObject jsObj)
public void setJavaScriptObject(JavaScriptObject jsObj)
setJavaScriptObject in class Buttonprotected JavaScriptObject create()
create in class Buttonpublic void setAlign(Alignment align)
setAlign in class Buttonalign - align Default value is Canvas.LEFTPositioning overview and related methodspublic Alignment getAlign()
getAlign in class ButtonPositioning 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"
setAutoFit in class ButtonautoFit - autoFit 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 ButtonSizing overview and related methodspublic void setContents(String contents)
When dynamicContents is set, setContents() can also be called with no arguments to cause contents to be re-evaluated.
setContents in class Canvascontents - an HTML string to be set as the contents of this widget. See HTMLString. Default value is " "setDynamicContents(java.lang.Boolean)public String getContents()
getContents in class CanvasHTMLStringgetDynamicContents()public void setDynamicContents(Boolean dynamicContents)
You can use this feature to build some simple custom components. For example, let's say you want to show the value of a Slider in a Canvas somewhere on the screen. You can do this by observing the valueChanged() method on the slider and calling setContents() on your canvas with the new string or you can set the contents of the canvas to something like:
"The slider value is \${sliderInstance.getValue()}."
Next you set dynamicContents: true on the canvas, observe valueChanged() on the slider and call canvas.markForRedraw() in that observation. This approach is cleaner than setContents() when the Canvas is aggregating several values or dynamic expressions. Like so:
Slider.create({
ID: "mySlider"
});
Canvas.create({
ID: "myCanvas",
dynamicContents: true,
contents: "The slider value is \${mySlider.getValue()}."
});
myCanvas.observe(mySlider, "valueChanged",
"observer.markForRedraw()");
You can embed an arbitrary number of dynamic expressions in the contents string. The
search and replace is optimized for speed.
If an error occurs during the evaluation of one of the expressions, a warning is logged to the ISC Developer Console and the error string is embedded in place of the expected value in the Canvas.
The value of a function is its return value. The value of any variable is the same as that returned by its toString() representation.
Inside the evaluation contentext, this points to the canvas instance that
has the dynamicContents string as its contents - in other words the canvas instance on
which the template is declared.
Note : This is an advanced setting
setDynamicContents in class CanvasdynamicContents - dynamicContents Default value is falsesetContents(java.lang.String),
com.smartgwt.client.widgets.Canvas#setDynamicContentsVarspublic Boolean getDynamicContents()
You can use this feature to build some simple custom components. For example, let's say you want to show the value of a Slider in a Canvas somewhere on the screen. You can do this by observing the valueChanged() method on the slider and calling setContents() on your canvas with the new string or you can set the contents of the canvas to something like:
"The slider value is \${sliderInstance.getValue()}."
Next you set dynamicContents: true on the canvas, observe valueChanged() on the slider and call canvas.markForRedraw() in that observation. This approach is cleaner than setContents() when the Canvas is aggregating several values or dynamic expressions. Like so:
Slider.create({
ID: "mySlider"
});
Canvas.create({
ID: "myCanvas",
dynamicContents: true,
contents: "The slider value is \${mySlider.getValue()}."
});
myCanvas.observe(mySlider, "valueChanged",
"observer.markForRedraw()");
You can embed an arbitrary number of dynamic expressions in the contents string. The
search and replace is optimized for speed.
If an error occurs during the evaluation of one of the expressions, a warning is logged to the ISC Developer Console and the error string is embedded in place of the expected value in the Canvas.
The value of a function is its return value. The value of any variable is the same as that returned by its toString() representation.
Inside the evaluation contentext, this points to the canvas instance that
has the dynamicContents string as its contents - in other words the canvas instance on
which the template is declared.
getDynamicContents in class CanvasgetContents(),
com.smartgwt.client.widgets.Canvas#getDynamicContentsVarspublic 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 Buttonicon - URL of new icon. See SCImgURL. 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 ButtonSCImgURLButtonIcon overview and related methods
public void setIconAlign(String iconAlign)
throws IllegalStateException
setIconAlign in class ButtoniconAlign - . See String. Default value is null
IllegalStateException - this property cannot be changed after the component has been createdButtonIcon overview and related methodspublic String getIconAlign()
getIconAlign in class ButtonStringButtonIcon overview and related methods
public void setIconHeight(Integer iconHeight)
throws IllegalStateException
If unset, defaults to iconSize
setIconHeight in class ButtoniconHeight - 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 ButtonButtonIcon overview and related methods
public void setIconOrientation(String iconOrientation)
throws IllegalStateException
"left" and "right".
setIconOrientation in class ButtoniconOrientation - The new orientation of the icon relative to the text of the button.. See String. 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 ButtonStringButtonIcon 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 ButtoniconSize - 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 ButtonButtonIcon 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 ButtoniconWidth - 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 ButtonButtonIcon overview and related methods
public void setShowDisabledIcon(Boolean showDisabledIcon)
throws IllegalStateException
setShowDisabledIcon in class ButtonshowDisabledIcon - 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 ButtonButtonIcon overview and related methods
public void setShowDownIcon(Boolean showDownIcon)
throws IllegalStateException
setShowDownIcon in class ButtonshowDownIcon - 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 ButtonButtonIcon 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 ButtonshowFocusedIcon - 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 ButtonButtonIcon overview and related methods
public void setShowRollOverIcon(Boolean showRollOverIcon)
throws IllegalStateException
setShowRollOverIcon in class ButtonshowRollOverIcon - 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 ButtonButtonIcon overview and related methods
public void setShowSelectedIcon(Boolean showSelectedIcon)
throws IllegalStateException
setShowSelectedIcon in class ButtonshowSelectedIcon - 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 ButtonButtonIcon overview and related methodspublic void setStyleName(String styleName)
baseStyle.
setBaseStyle.
setStyleName in class CanvasstyleName - new CSS style name. See CSSStyleName. Default value is "normal"Appearance overview and related methods,
CSS styles Examplepublic String getStyleName()
baseStyle.
getStyleName in class CanvasCSSStyleNameAppearance overview and related methods,
CSS styles Examplepublic void setValign(VerticalAlignment valign)
setValign in class Buttonvalign - valign Default value is Canvas.CENTERPositioning overview and related methodspublic VerticalAlignment getValign()
getValign in class ButtonPositioning overview and related methodspublic void setWrap(Boolean wrap)
setWrap in class Buttonwrap - wrap Default value is trueSizing overview and related methodspublic Boolean getWrap()
getWrap in class ButtonSizing overview and related methodspublic static void setDefaultProperties(Label labelProperties)
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.
labelProperties - properties that should be used as new defaults when instances of this class are createdpublic com.smartgwt.logicalstructure.core.LogicalStructureObject setLogicalStructure(com.smartgwt.logicalstructure.widgets.LabelLogicalStructure s)
public com.smartgwt.logicalstructure.core.LogicalStructureObject getLogicalStructure()
getLogicalStructure in interface LogicalStructuregetLogicalStructure in class Button
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||