|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AwGrid
Title: AwTaglib
Description: Interface that defines the basic methods that an object must implement to handle the data sent by the grid to easy process it in a java application
Copyright: Copyright (c) 2005
Company: Brain-ED
Method Summary | |
---|---|
java.util.Collection |
getData(java.lang.String state)
Returns a collection containing the data with the specified state |
java.util.Collection |
getDataList()
Returns the full collection containing the data, regardless of its state |
java.lang.String |
getHeader(int index)
Returns the header of the specified property |
java.util.List |
getPropertyNames()
Get the name of the properties that the data class contains |
void |
setDataClass(java.lang.Class klass)
Set the type of class that will be populated with the grid's sent data |
void |
setDataList(java.util.List data)
Initialize the grid with some data |
void |
setHeaderString(java.lang.String header)
Set the identifier that will be used to identify the special header field. |
void |
setStateString(java.lang.String state)
Set the identifier that will be used to identify the special data status field. |
Methods inherited from interface org.apache.commons.beanutils.DynaBean |
---|
contains, get, get, get, getDynaClass, remove, set, set, set |
Method Detail |
---|
java.util.Collection getData(java.lang.String state)
state
- String
void setDataClass(java.lang.Class klass)
klass
- Classjava.util.List getPropertyNames()
void setDataList(java.util.List data)
data
- Listjava.util.Collection getDataList()
void setStateString(java.lang.String state)
state
- Stringvoid setHeaderString(java.lang.String header)
header
- Stringjava.lang.String getHeader(int index)
index
- int
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |