|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.arsdigita.bebop.Completable
com.arsdigita.bebop.SimpleComponent
com.arsdigita.bebop.TextStylable
com.arsdigita.bebop.BaseLink
com.arsdigita.bebop.ControlLink
com.arsdigita.cms.ui.ControlButton
Creates a ToggleLink
with a button-looking image
as a child
Field Summary | |
static String |
ADD
The URL of an "Add" button |
static String |
ADD_SUBCATEGORY
The URL of an "Add Subcategory" button |
static String |
DELETE
The URL of a "Delete" button |
static String |
EDIT
The URL of an "Edit" button |
static String |
versionId
|
Fields inherited from class com.arsdigita.bebop.ControlLink |
TYPE_CONTROL |
Fields inherited from class com.arsdigita.bebop.BaseLink |
m_child, m_noJavascriptURL, m_url |
Fields inherited from class com.arsdigita.bebop.SimpleComponent |
m_attr |
Fields inherited from interface com.arsdigita.bebop.Component |
BEBOP_XML_NS, CLASS, ID, ON_CLICK, STYLE |
Constructor Summary | |
ControlButton(String url)
Construct a new ControlButton |
|
ControlButton(String url,
com.arsdigita.bebop.event.ActionListener l)
Construct a new ControlButton |
Method Summary | |
void |
setControlEvent(com.arsdigita.bebop.PageState s)
|
Methods inherited from class com.arsdigita.bebop.ControlLink |
addActionListener, fireActionEvent, generateURL, removeActionListener, respond |
Methods inherited from class com.arsdigita.bebop.BaseLink |
addPrintListener, clone, firePrintEvent, generateExtraXMLAttributes, generateXML, getChild, getNoJavascriptTarget, getTarget, removePrintListener, setChild, setConfirmation, setNoJavascriptTarget, setOnClick, setTarget, setTypeAttr, setupNoJavascriptURL |
Methods inherited from class com.arsdigita.bebop.TextStylable |
setBackgroundColor, setColor |
Methods inherited from class com.arsdigita.bebop.SimpleComponent |
children, exportAttributes, getAttribute, getClassAttr, getIdAttr, getKey, getMetaDataAttribute, getStyleAttr, hasAttributes, isLocked, isVisible, lock, register, register, setAttribute, setClassAttr, setIdAttr, setKey, setMetaDataAttribute, setStyleAttr, setVisible |
Methods inherited from class com.arsdigita.bebop.Completable |
addCompletionListener, fireCompletionEvent |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String versionId
public static final String EDIT
public static final String ADD
public static final String ADD_SUBCATEGORY
public static final String DELETE
Constructor Detail |
public ControlButton(String url)
url
- The URL to the button's imagepublic ControlButton(String url, com.arsdigita.bebop.event.ActionListener l)
url
- The URL to the button's imagel
- an ActionListener
that willMethod Detail |
public void setControlEvent(com.arsdigita.bebop.PageState s)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |