SendableEntity, SendableEntityCreatorpublic class StoryBook extends SendableItem implements SendableEntityCreator
| Modifier and Type | Field | Description |
|---|---|---|
static java.lang.String[] |
properties |
|
static java.lang.String |
PROPERTY_PART |
|
static java.lang.String |
PROPERTY_STORIES |
NEW, REMOVE, REMOVE_YOU, SIMPLE, UPDATElisteners, updateListener| Constructor | Description |
|---|---|
StoryBook() |
| Modifier and Type | Method | Description |
|---|---|---|
HTMLEntity |
createKanbanBoard() |
|
Line |
createPart() |
|
Story |
createStory(java.lang.String title) |
|
Task |
createTask(java.lang.String description) |
|
boolean |
dumpIndexHTML() |
|
boolean |
dumpIndexHTML(java.lang.String subDir) |
|
ModelSet<Line> |
getPart() |
|
java.lang.String[] |
getProperties() |
Gets the properties.
|
java.lang.Object |
getSendableInstance(boolean prototyp) |
Gets the sendable instance.
|
java.lang.Object |
getValue(java.lang.Object entity,
java.lang.String attribute) |
Gets the value.
|
boolean |
setValue(java.lang.Object entity,
java.lang.String attribute,
java.lang.Object value,
java.lang.String type) |
Sets the value.
|
StoryBook |
withoutPart(Line... value) |
|
StoryBook |
withoutStory(Story... value) |
|
StoryBook |
withoutTask(Task... value) |
|
StoryBook |
withPart(Line... value) |
|
StoryBook |
withStory(Story... value) |
|
StoryBook |
withTask(Task... value) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddPropertyChangeListener, addPropertyChangeListener, firePropertyChange, firePropertyChange, firePropertyChange, getPropertyChangeSupport, removePropertyChangeListener, removePropertyChangeListenerpublic static final java.lang.String PROPERTY_STORIES
public static final java.lang.String PROPERTY_PART
public static final java.lang.String[] properties
public boolean dumpIndexHTML()
public boolean dumpIndexHTML(java.lang.String subDir)
public Task createTask(java.lang.String description)
public Story createStory(java.lang.String title)
public Line createPart()
public java.lang.String[] getProperties()
SendableEntityCreatorgetProperties in interface SendableEntityCreatorpublic java.lang.Object getSendableInstance(boolean prototyp)
SendableEntityCreatorgetSendableInstance in interface SendableEntityCreatorprototyp - the prototyppublic java.lang.Object getValue(java.lang.Object entity,
java.lang.String attribute)
SendableEntityCreatorgetValue in interface SendableEntityCreatorentity - the entityattribute - the attributepublic boolean setValue(java.lang.Object entity,
java.lang.String attribute,
java.lang.Object value,
java.lang.String type)
SendableEntityCreatorsetValue in interface SendableEntityCreatorentity - the entityattribute - the attributevalue - the valuetype - edit, update or remove operationpublic HTMLEntity createKanbanBoard()