org.jboss.portal.core.admin.ui
Class PropertiesBean

java.lang.Object
  extended by org.jboss.portal.core.admin.ui.PropertyBeanContainer
      extended by org.jboss.portal.core.admin.ui.PropertiesBean

public class PropertiesBean
extends PropertyBeanContainer

Version:
$Revision: 8785 $
Author:
Julien Viet, Thomas Heute, Boleslaw Dawidowicz

Constructor Summary
PropertiesBean(PortalObjectManagerBean pomgr)
           
 
Method Summary
 PropertyAction getAction()
           
 javax.faces.model.DataModel getEntries()
           
 javax.faces.model.SelectItem[] getPropertyItems()
           
 PortalObject getRelatedObject()
           
 int getSelectedIndex()
           
 int getSize()
           
 void setSelectedIndex(int selectedIndex)
           
 void unselectEntry()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertiesBean

public PropertiesBean(PortalObjectManagerBean pomgr)
Method Detail

getSelectedIndex

public int getSelectedIndex()

setSelectedIndex

public void setSelectedIndex(int selectedIndex)

unselectEntry

public void unselectEntry()

getEntries

public javax.faces.model.DataModel getEntries()

getSize

public int getSize()

getPropertyItems

public javax.faces.model.SelectItem[] getPropertyItems()

getRelatedObject

public PortalObject getRelatedObject()
Specified by:
getRelatedObject in class PropertyBeanContainer

getAction

public PropertyAction getAction()