org.jaffa.presentation.portlet.widgets.controller.usergriddomain
Interface UserGridColumnSettings
- All Known Implementing Classes:
- UserGridColumnSettingsImpl
- public interface UserGridColumnSettings
Java content class for user-grid-column-settings complex type.
The following schema fragment specifies the expected content contained within this java content object.
<complexType name="user-grid-column-settings">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="width" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
getWidth
public String getWidth()
setWidth
public void setWidth(String value)
getName
public String getName()
setName
public void setName(String value)
Copyright © 2002-2004 JAFFA Project.