|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.Widget
com.google.gwt.user.client.ui.Composite
net.pleso.framework.client.ui.custom.controls.FormItemsGroupWidget
public class FormItemsGroupWidget
Widget with FormItemsWidget
and header. Used in
CustomFormWindow
.
Constructor Summary | |
---|---|
FormItemsGroupWidget(IWindow parentWindow,
IUpdateControlListener updateControlListenerer,
com.google.gwt.user.client.ui.KeyboardListener keyboardListener,
com.google.gwt.user.client.ui.Panel slidersPanel)
Constructs empty FormItemsGroupWidget with specified parameters. |
Method Summary | |
---|---|
boolean |
focusOnFirstControl()
Makes first IFocusControl controls in all controlls list to be
focused. |
void |
hideWindows()
Hides all windows in child sliders. |
void |
initFormItemsGroup(IFormItemsGroup formItemsGroup,
IDataRow dataRow)
Inits widget whith IFormItemsGroup and IDataRow . |
boolean |
isValid()
Returns validation success result. |
void |
reReadBindableControls()
Forces bindable controls to read binded data. |
void |
updateAllData()
Updates binded #dataRow by values from all group controls. |
void |
validate()
Make validation on all group controls. |
Methods inherited from class com.google.gwt.user.client.ui.Composite |
---|
getElement |
Methods inherited from class com.google.gwt.user.client.ui.Widget |
---|
getParent, isAttached, onBrowserEvent, removeFromParent |
Methods inherited from class com.google.gwt.user.client.ui.UIObject |
---|
addStyleName, getAbsoluteLeft, getAbsoluteTop, getOffsetHeight, getOffsetWidth, getStyleName, getTitle, isVisible, isVisible, removeStyleName, setHeight, setPixelSize, setSize, setStyleName, setTitle, setVisible, setVisible, setWidth, sinkEvents, toString, unsinkEvents |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FormItemsGroupWidget(IWindow parentWindow, IUpdateControlListener updateControlListenerer, com.google.gwt.user.client.ui.KeyboardListener keyboardListener, com.google.gwt.user.client.ui.Panel slidersPanel)
FormItemsGroupWidget
with specified parameters.
parentWindow
- parent IWindow
updateControlListenerer
- a IUpdateControlListener
instancekeyboardListener
- a KeyboardListener
instanceslidersPanel
- a Panel
where sliders should be placedMethod Detail |
---|
public void initFormItemsGroup(IFormItemsGroup formItemsGroup, IDataRow dataRow)
IFormItemsGroup
and IDataRow
.
formItemsGroup
- a IFormItemsGroup
instancedataRow
- a IDataRow
instancepublic void updateAllData()
#dataRow
by values from all group controls.
public void reReadBindableControls()
public void hideWindows()
public boolean focusOnFirstControl()
IFocusControl
controls in all controlls list to be
focused.
true
if some control was focusedpublic boolean isValid()
true
if all form controls' values are validpublic void validate()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |