org.openmdx.portal.servlet.view
Class ReferencePane

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

public class ReferencePane
extends ControlState
implements Serializable

See Also:
Serialized Form

Field Summary
protected  Grid[] grid
           
protected  String lookupType
           
protected  int selectedReference
           
 
Fields inherited from class org.openmdx.portal.servlet.view.ControlState
control, view
 
Constructor Summary
ReferencePane(ReferencePaneControl control, ObjectView view, String lookupType)
           
 
Method Summary
 Grid getGrid()
           
 ReferencePaneControl getReferencePaneControl()
           
 int getSelectedReference()
           
 Action[] getSelectReferenceAction()
           
 void refresh(boolean refreshData)
           
 boolean selectReference(int id)
          Returns true if control was refreshed while selecting it.
 
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

grid

protected Grid[] grid

lookupType

protected String lookupType

selectedReference

protected int selectedReference
Constructor Detail

ReferencePane

public ReferencePane(ReferencePaneControl control,
                     ObjectView view,
                     String lookupType)
Method Detail

getReferencePaneControl

public ReferencePaneControl getReferencePaneControl()

selectReference

public boolean selectReference(int id)
Returns true if control was refreshed while selecting it.


getSelectedReference

public int getSelectedReference()

getGrid

public Grid getGrid()

getSelectReferenceAction

public Action[] getSelectReferenceAction()

refresh

public void refresh(boolean refreshData)
Specified by:
refresh in class ControlState


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