|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gwtwidgets.client.ui.gsearch.GdrawOptions
public class GdrawOptions
Java Class providing operations for the underlying psuedo implementation of the GdrawOptions object - there is no corresponding JNSI implementation for this object.
| Constructor Summary | |
|---|---|
GdrawOptions()
Constructor |
|
| Method Summary | |
|---|---|
int |
getDrawMode()
Get Draw Mode |
com.google.gwt.user.client.Element |
getInputElement()
Get the input element |
boolean |
isDrawModeSet()
Is the draw mode been set to anything but the default? |
boolean |
isInputAttached()
Is an non default input box attached to the draw options? |
void |
setDrawMode(int mode)
Set Draw Mode |
void |
setInput(com.google.gwt.user.client.Element e)
Set input element |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GdrawOptions()
| Method Detail |
|---|
public boolean isDrawModeSet()
public boolean isInputAttached()
public com.google.gwt.user.client.Element getInputElement()
public void setInput(com.google.gwt.user.client.Element e)
e - Input elementpublic void setDrawMode(int mode)
mode - The new Draw Modepublic int getDrawMode()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||