public class BurocratForm extends BurocratField implements com.google.gwt.event.dom.client.ChangeHandler
com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled
Constructor and Description |
---|
BurocratForm(IClient client,
IArg arg) |
BurocratForm(IClient client,
IArg arg,
IArgList argList) |
BurocratForm(IClient client,
IArgList argList) |
Modifier and Type | Method and Description |
---|---|
IArgList |
getArgs() |
BurocratField |
getField(IArg arg) |
BurocratField |
getField(int i) |
com.google.gwt.user.client.ui.HTML |
getInvalidStatus() |
com.google.gwt.user.client.ui.HTML |
getLabel(int i) |
com.google.gwt.user.client.ui.HTML |
getOptionalStatus() |
com.google.gwt.user.client.ui.HTML |
getRequiredStatus() |
int |
getRow(IArg arg) |
com.google.gwt.user.client.ui.HTML |
getStatus(int i) |
com.google.gwt.user.client.ui.HTML |
getValidStatus() |
java.lang.String |
getValue() |
java.lang.String |
getValue(IArg arg) |
java.util.Map<IArg,java.lang.String> |
getValueMap() |
void |
init(IResponse data) |
void |
onChange(com.google.gwt.event.dom.client.ChangeEvent event) |
void |
setValue(java.util.Map<IArg,java.lang.String> map) |
void |
setValue(java.lang.String value) |
addChangeHandler, getArg, getChangeHandler, onKeyUp
getClient, getRequest, refresh
getWidget, getWidgetCount, getWidgetIndex, getWidgetIndex, iterator, remove, remove
addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, fireEvent, getLayoutData, getParent, isAttached, onBrowserEvent, removeFromParent, setLayoutData, sinkEvents
addStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleName, getStylePrimaryName, getTitle, isVisible, isVisible, removeStyleDependentName, removeStyleName, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkBitlessEvent, toString, unsinkEvents
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
public void init(IResponse data)
init
in class BurocratPanel
public IArgList getArgs()
public com.google.gwt.user.client.ui.HTML getLabel(int i)
public BurocratField getField(int i)
public com.google.gwt.user.client.ui.HTML getStatus(int i)
public int getRow(IArg arg)
public BurocratField getField(IArg arg)
public java.util.Map<IArg,java.lang.String> getValueMap()
public java.lang.String getValue()
getValue
in class BurocratField
public java.lang.String getValue(IArg arg)
public void setValue(java.lang.String value)
setValue
in class BurocratField
public void setValue(java.util.Map<IArg,java.lang.String> map)
public com.google.gwt.user.client.ui.HTML getRequiredStatus()
public com.google.gwt.user.client.ui.HTML getOptionalStatus()
public com.google.gwt.user.client.ui.HTML getValidStatus()
public com.google.gwt.user.client.ui.HTML getInvalidStatus()
public void onChange(com.google.gwt.event.dom.client.ChangeEvent event)
onChange
in interface com.google.gwt.event.dom.client.ChangeHandler