|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectto.etc.domui.dom.css.CssBase
to.etc.domui.dom.html.NodeBase
to.etc.domui.dom.html.NodeContainer
to.etc.domui.dom.html.Button
to.etc.domui.component.buttons.SmallImgButton
public class SmallImgButton
A Button tag containing a single, usually small, image. The image is a normal image resource and not in any way changed by the server. This button type is typically used as an icon button after some input, or as part of a toolbar.
Constructor Summary | |
---|---|
SmallImgButton()
Create the empty button. |
|
SmallImgButton(java.lang.String rurl)
Create a small image button from the specified resource. |
|
SmallImgButton(java.lang.String rurl,
IClicked<SmallImgButton> cl)
If the rurl is prefixed with THEME/ it specifies an image from the current THEME's directory. |
Method Summary | |
---|---|
void |
setSrc(java.lang.String src)
Set a new image using a web resource's abolute path. |
Methods inherited from class to.etc.domui.dom.html.Button |
---|
getAccessKey, getType, getValue, isDisabled, setAccessKey, setDisabled, setType, setValue, visit |
Methods inherited from class to.etc.domui.dom.html.NodeContainer |
---|
add, add, add, addTable, canContain, delegateTo, findChildIndex, forceRebuild, getChild, getChildCount, getChildren, getDeepChild, getDeepChildren, getErrorFence, internalCheckNotDirty, internalClearDelta, internalClearDeltaFully, internalGetOldChildren, internalShelve, internalUnshelve, iterator, moveControlToModel, moveModelToControl, onRefresh, removeAllChildren, removeChild, removeChild, replaceChild, setControlsEnabled, setErrorFence, setErrorFence, setText, setValue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SmallImgButton()
public SmallImgButton(java.lang.String rurl)
intheme
- rurl
- public SmallImgButton(java.lang.String rurl, IClicked<SmallImgButton> cl)
rurl
- cl
- Method Detail |
---|
public void setSrc(java.lang.String src)
src
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |