com.arsdigita.cms.ui
Class ItemPropertySheet

java.lang.Object
  extended bycom.arsdigita.bebop.Completable
      extended bycom.arsdigita.bebop.SimpleComponent
          extended bycom.arsdigita.bebop.TextStylable
              extended bycom.arsdigita.bebop.BlockStylable
                  extended bycom.arsdigita.bebop.Table
                      extended bycom.arsdigita.bebop.PropertySheet
                          extended bycom.arsdigita.cms.ui.ItemPropertySheet
All Implemented Interfaces:
com.arsdigita.bebop.util.BebopConstants, Cloneable, com.arsdigita.bebop.Component, com.arsdigita.util.Lockable

Deprecated. Use DomainObjectPropertySheet

public class ItemPropertySheet
extends com.arsdigita.bebop.PropertySheet

Deprecated.


Nested Class Summary
static interface ItemPropertySheet.AttributeFormatter
          Deprecated.  
 
Nested classes inherited from class com.arsdigita.bebop.PropertySheet
com.arsdigita.bebop.PropertySheet.GlobalizedLabelCellRenderer, com.arsdigita.bebop.PropertySheet.StringLabelCellRenderer
 
Nested classes inherited from class com.arsdigita.bebop.Table
com.arsdigita.bebop.Table.MatrixTableModelBuilder
 
Field Summary
static String versionId
          Deprecated.  
 
Fields inherited from class com.arsdigita.bebop.PropertySheet
EMPTY_MODEL
 
Fields inherited from class com.arsdigita.bebop.Table
CELL_EVENT, SEP
 
Fields inherited from class com.arsdigita.bebop.BlockStylable
ABSBOTTOM, ABSMIDDLE, BASELINE, BOTTOM, CENTER, FULL_WIDTH, INSERT, LEFT, MIDDLE, RIGHT, TEXTTOP, TOP
 
Fields inherited from class com.arsdigita.bebop.SimpleComponent
m_attr
 
Fields inherited from interface com.arsdigita.bebop.util.BebopConstants
BEBOP_BORDER, BEBOP_BOXPANEL, BEBOP_CELL, BEBOP_CHECKBOX, BEBOP_CHECKBOXGROUP, BEBOP_COLUMNPANEL, BEBOP_DATE, BEBOP_DATETIME, BEBOP_DHTMLEDITOR, BEBOP_FORMERRORS, BEBOP_FORMWIDGET, BEBOP_GRIDPANEL, BEBOP_LIST, BEBOP_MULTISELECT, BEBOP_OPTION, BEBOP_PAD, BEBOP_PADFRAME, BEBOP_PANELROW, BEBOP_PORTAL, BEBOP_PORTLET, BEBOP_RADIO, BEBOP_RADIOGROUP, BEBOP_SEG_BODY, BEBOP_SEG_HEADER, BEBOP_SEG_PANEL, BEBOP_SEGMENT, BEBOP_SELECT, BEBOP_TABLE, BEBOP_TABLEBODY, BEBOP_TABLEROW, BEBOP_TEXTAREA
 
Fields inherited from interface com.arsdigita.bebop.Component
BEBOP_XML_NS, CLASS, ID, ON_CLICK, STYLE
 
Constructor Summary
ItemPropertySheet(ItemSelectionModel itemModel)
          Deprecated.  
ItemPropertySheet(ItemSelectionModel itemModel, boolean valueOutputEscape)
          Deprecated.  
 
Method Summary
 void add(com.arsdigita.globalization.GlobalizedMessage label, String attribute)
          Deprecated. Add a new property to the sheet.
 void add(com.arsdigita.globalization.GlobalizedMessage label, String attribute, ItemPropertySheet.AttributeFormatter f)
          Deprecated. Add a new property to the sheet.
 void add(String label, String attribute)
          Deprecated.  
 void add(String label, String attribute, ItemPropertySheet.AttributeFormatter f)
          Deprecated.  
 ItemSelectionModel getItemSelectionModel()
          Deprecated.  
protected  Iterator properties()
          Deprecated.  
 
Methods inherited from class com.arsdigita.bebop.PropertySheet
getPropertySheetModelBuilder
 
Methods inherited from class com.arsdigita.bebop.Table
addTableActionListener, children, clearSelection, createTableActionListener, fireCellSelected, fireHeadSelected, generateExtraXMLAttributes, generateXML, getBorder, getCellPadding, getCellSpacing, getColumn, getColumnModel, getColumnSelectionModel, getControler, getDefaultCellRenderer, getEmptyView, getHeader, getModelBuilder, getRowSelectionModel, getStriped, getTableModel, getWidth, isSelectedCell, isSelectedColumn, isSelectedRow, lock, register, removeTableActionListener, respond, setBorder, setCellPadding, setCellSpacing, setColumn, setColumnModel, setColumnSelectionModel, setDefaultCellRenderer, setEmptyView, setHeader, setModelBuilder, setRowSelectionModel, setStriped, setWidth
 
Methods inherited from class com.arsdigita.bebop.BlockStylable
setBorder, setBorder, setBorderColor, setHorizontalAlignment, setMargin, setMargin, setPadding, setPadding, setVerticalAlignment
 
Methods inherited from class com.arsdigita.bebop.TextStylable
setBackgroundColor, setColor
 
Methods inherited from class com.arsdigita.bebop.SimpleComponent
clone, exportAttributes, getAttribute, getClassAttr, getIdAttr, getKey, getMetaDataAttribute, getStyleAttr, hasAttributes, isLocked, isVisible, register, setAttribute, setClassAttr, setIdAttr, setKey, setMetaDataAttribute, setStyleAttr, setVisible
 
Methods inherited from class com.arsdigita.bebop.Completable
addCompletionListener, fireCompletionEvent
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

versionId

public static final String versionId
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

ItemPropertySheet

public ItemPropertySheet(ItemSelectionModel itemModel)
Deprecated.  

Construct a new ItemPropertySheet

Parameters:
itemModel - The item selection model which feeds items to this property sheet

ItemPropertySheet

public ItemPropertySheet(ItemSelectionModel itemModel,
                         boolean valueOutputEscape)
Deprecated.  

Construct a new ItemPropertySheet

Parameters:
itemModel - The item selection model which feeds items to this property sheet
valueOutputEscape - The value of the label-value pair(i.e., column[1])'s output-escaping
Method Detail

add

public void add(String label,
                String attribute)
Deprecated.  

Add a new property to the sheet. The sheet will automatically retrieve an attribute of the item and call toString() on it

Parameters:
label - The label for the attribute
attribute - The name for the attribute. Could be a simple name or a compound path, such as "foo.bar.baz"

add

public void add(com.arsdigita.globalization.GlobalizedMessage label,
                String attribute)
Deprecated. 
Add a new property to the sheet. The sheet will automatically retrieve an attribute of the item and call toString() on it

Parameters:
label - The label for the attribute
attribute - The name for the attribute. Could be a simple name or a compound path, such as "foo.bar.baz"

add

public void add(String label,
                String attribute,
                ItemPropertySheet.AttributeFormatter f)
Deprecated.  

Add a new property to the sheet. The sheet will use an AttributeFormatter to convert the value of the attribute to a String.

Parameters:
label - The label for the attribute
attribute - The name for the attribute

add

public void add(com.arsdigita.globalization.GlobalizedMessage label,
                String attribute,
                ItemPropertySheet.AttributeFormatter f)
Deprecated. 
Add a new property to the sheet. The sheet will use an AttributeFormatter to convert the value of the attribute to a String.

Parameters:
label - The label for the attribute
attribute - The name for the attribute

getItemSelectionModel

public ItemSelectionModel getItemSelectionModel()
Deprecated.  

Returns:
The item selection model

properties

protected Iterator properties()
Deprecated.  

Returns:
The iterator over all properties


Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 19 2004:2352 UTC