Package org.javlo.component.column.row
Class CellBean
- java.lang.Object
-
- org.javlo.component.column.row.CellBean
-
- All Implemented Interfaces:
IStringSeralizable
public class CellBean extends Object implements IStringSeralizable
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetWidth()booleanloadFromString(String data)load from StringvoidsetWidth(int width)StringstoreToString()StringtoString()
-
-
-
Constructor Detail
-
CellBean
public CellBean()
-
CellBean
public CellBean(String data)
-
-
Method Detail
-
loadFromString
public boolean loadFromString(String data)
Description copied from interface:IStringSeralizableload from String- Specified by:
loadFromStringin interfaceIStringSeralizable- Returns:
- false if unvalid data
-
storeToString
public String storeToString()
- Specified by:
storeToStringin interfaceIStringSeralizable
-
getWidth
public int getWidth()
-
setWidth
public void setWidth(int width)
-
-