|
Fuego Process API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfuego.papi.Presentation.Column
Column contains every attribute for a column, the main idea is to get and keep all the neccesary info, like size and id etc.
| Constructor Summary | |
Presentation.Column(String variableId,
int size)
|
|
Presentation.Column(VarDefinition varDefinition)
Constructor to create a column. |
|
| Method Summary | |
String |
getFormattedValue(Object value,
Locale locale)
Gets the value received formatted following the variable definition for this column. |
String |
getId()
Returns the key of this column. |
String |
getLabel(Locale locale)
Returns the localized label for this column. |
int |
getSize()
Returns the size of this column. |
VarDefinition |
getVarDefinition()
|
void |
setSize(int size)
Sets the size of this column. |
void |
setVarDefinition(VarDefinition varDefinition)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Presentation.Column(VarDefinition varDefinition)
varDefinition - The definition of the objects that will be paced inside this column.
public Presentation.Column(String variableId,
int size)
| Method Detail |
public String getFormattedValue(Object value,
Locale locale)
value - The value to be formattedlocale - The locale to be used to format the value
public String getId()
public String getLabel(Locale locale)
public void setSize(int size)
size - The new size of this column.public int getSize()
public void setVarDefinition(VarDefinition varDefinition)
public VarDefinition getVarDefinition()
|
Fuego Process API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||