org.openmdx.portal.servlet.view
Class FieldGroup

java.lang.Object
  extended by org.openmdx.portal.servlet.view.ControlState
      extended by org.openmdx.portal.servlet.view.FieldGroup
All Implemented Interfaces:
Serializable

public class FieldGroup
extends ControlState
implements Serializable

See Also:
Serialized Form

Field Summary
protected  Object object
           
 
Fields inherited from class org.openmdx.portal.servlet.view.ControlState
control, view
 
Constructor Summary
FieldGroup(FieldGroupControl control, ObjectView view, Object object)
          Creates a field group based on field group control.
 
Method Summary
 Attribute[][] getAttribute()
           
 FieldGroupControl getFieldGroupControl()
           
 Object getObject()
           
 void refresh(boolean refreshData)
           
 
Methods inherited from class org.openmdx.portal.servlet.view.ControlState
getCurrentLocale
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

object

protected final Object object
Constructor Detail

FieldGroup

public FieldGroup(FieldGroupControl control,
                  ObjectView view,
                  Object object)
Creates a field group based on field group control. The feature values of the field group are read from object. If object is null the values are read from view.getObjectReference().getObject().

Method Detail

getFieldGroupControl

public FieldGroupControl getFieldGroupControl()

getAttribute

public Attribute[][] getAttribute()

refresh

public void refresh(boolean refreshData)
             throws org.openmdx.base.exception.ServiceException
Specified by:
refresh in class ControlState
Throws:
org.openmdx.base.exception.ServiceException

getObject

public Object getObject()


This software is published under the BSD license. Copyright © 2006-2007, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.