net.pleso.framework.client.ui.custom.controls
Class FormItemsGroupWidgetCollection

java.lang.Object
  extended by net.pleso.framework.client.ui.custom.controls.FormItemsGroupWidgetCollection

public class FormItemsGroupWidgetCollection
extends java.lang.Object

Represents managed collection of FormItemsGroupWidget.


Constructor Summary
FormItemsGroupWidgetCollection()
          Constructs empty FormItemsGroupWidgetCollection.
 
Method Summary
 void addFormItemsGroupWidget(FormItemsGroupWidget formItemsGroupWidget)
          Adds to collection specified FormItemsGroupWidget.
 void focusOnFirstControl()
          Makes first IFocusControl controls in all controlls list to be focused.
 void hideWindows()
          Hides all windows in child sliders.
 void reReadBindableControls()
          Forces bindable controls to read binded data.
 void updateAllData()
          Updates binded #dataRow by values from all collection groups controls.
 boolean validate()
          Validates form input controls and returns validation success result.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormItemsGroupWidgetCollection

public FormItemsGroupWidgetCollection()
Constructs empty FormItemsGroupWidgetCollection.

Method Detail

addFormItemsGroupWidget

public void addFormItemsGroupWidget(FormItemsGroupWidget formItemsGroupWidget)
Adds to collection specified FormItemsGroupWidget.

Parameters:
formItemsGroupWidget -

updateAllData

public void updateAllData()
Updates binded #dataRow by values from all collection groups controls.


reReadBindableControls

public void reReadBindableControls()
Forces bindable controls to read binded data.


hideWindows

public void hideWindows()
Hides all windows in child sliders.


focusOnFirstControl

public void focusOnFirstControl()
Makes first IFocusControl controls in all controlls list to be focused.


validate

public boolean validate()
Validates form input controls and returns validation success result.

Returns:
true if all form controls' values are valid


Copyright © 2006-2007 pleso.net crew All Rights Reserved.