|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.beanfabrics.AbstractBean
org.beanfabrics.ValidatableBean
org.beanfabrics.model.AbstractPM
org.beanfabrics.swing.customizer.table.ColumnPM
public class ColumnPM
The ColumnPM
is a presentation model presenting a
BnColumn
.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.beanfabrics.model.AbstractPM |
---|
AbstractPM.PropertiesValidationRule |
Field Summary | |
---|---|
protected HorizontalAlignmentPM |
alignment
|
protected TextPM |
columnName
|
protected BooleanPM |
fixedWidth
|
protected PathPM |
operationPath
|
protected PathPM |
path
|
PathNode |
rootPathNode
|
protected IntegerPM |
width
|
Fields inherited from class org.beanfabrics.model.AbstractPM |
---|
KEY_MESSAGE_ONE_OR_MORE_INVALID |
Constructor Summary | |
---|---|
ColumnPM(PathNode rootPathNode)
|
Method Summary | |
---|---|
BnColumn |
getData()
|
void |
setData(BnColumn col)
|
Methods inherited from class org.beanfabrics.model.AbstractPM |
---|
getComparable, getContext, getSupportMap, revalidateProperties |
Methods inherited from class org.beanfabrics.ValidatableBean |
---|
getValidationState, getValidator, isValid, revalidate, setValidationState |
Methods inherited from class org.beanfabrics.AbstractBean |
---|
addPropertyChangeListener, addPropertyChangeListener, equals, getPropertyChangeSupport, removePropertyChangeListener, removePropertyChangeListener |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.beanfabrics.Bean |
---|
addPropertyChangeListener, addPropertyChangeListener, getPropertyChangeSupport, removePropertyChangeListener, removePropertyChangeListener |
Methods inherited from interface org.beanfabrics.validation.Validatable |
---|
getValidationState, getValidator, isValid, revalidate |
Field Detail |
---|
protected final PathPM path
protected final TextPM columnName
protected final IntegerPM width
protected final BooleanPM fixedWidth
protected final PathPM operationPath
protected final HorizontalAlignmentPM alignment
public PathNode rootPathNode
Constructor Detail |
---|
public ColumnPM(PathNode rootPathNode)
Method Detail |
---|
public void setData(BnColumn col)
public BnColumn getData()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |