|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.odlabs.wiquery.ui.dialog.DialogButton
public class DialogButton
$Id: DialogButton.java
Bean to represent a dialog button
Constructor Summary | |
---|---|
DialogButton(String title,
JsScope jsScope)
Build a new instance of a dialog button |
Method Summary | |
---|---|
CharSequence |
getJavascriptOption()
Method retrieving the javascript's representation of the option |
JsScope |
getJsScope()
Method retrieving the JsScope of the button |
String |
getTitle()
Method retrieving the title of the button |
void |
setJsScope(JsScope jsScope)
Method setting the JsScope of the button |
void |
setTitle(String title)
Method setting the title of the button |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DialogButton(String title, JsScope jsScope)
title
- Title of the buttonjsScope
- JsScope of the buttonMethod Detail |
---|
public final CharSequence getJavascriptOption()
IListItemOption
getJavascriptOption
in interface IListItemOption
public JsScope getJsScope()
public String getTitle()
public void setJsScope(JsScope jsScope)
jsScope
- public void setTitle(String title)
title
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |