|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SjFormattedCouponRow
Innehåller redigerat biljettdata på radnivå.
Field Summary | |
---|---|
static java.lang.String |
ROW_FONT
|
static java.lang.String |
ROW_TEXT
|
Method Summary | |
---|---|
TiStringInterface |
getRowFont()
Field rowFont is defined as mandatory. |
java.lang.String |
getRowFontValue()
Field rowFont is defined as mandatory. |
TiStringInterface |
getRowText()
Field rowText is defined as mandatory. |
java.lang.String |
getRowTextValue()
Field rowText is defined as mandatory. |
TiStringInterface |
lookupRowFont()
Field rowFont is defined as mandatory. |
TiStringInterface |
lookupRowText()
Field rowText is defined as mandatory. |
void |
setRowFont(TiStringInterface inData)
Field rowFont is defined as mandatory. |
void |
setRowFontValue(java.lang.String inData)
Field rowFont is defined as mandatory. |
void |
setRowFontValue(java.lang.String inData,
boolean inNotify)
Field rowFont is defined as mandatory. |
void |
setRowText(TiStringInterface inData)
Field rowText is defined as mandatory. |
void |
setRowTextValue(java.lang.String inData)
Field rowText is defined as mandatory. |
void |
setRowTextValue(java.lang.String inData,
boolean inNotify)
Field rowText is defined as mandatory. |
Methods inherited from interface org.stina.framework.core.model.TiMapPlainInterface |
---|
clear, getAssignedFieldNames, getComparator, getFieldNames, getModelImpl, getXorNameForXorPart, getXorPartNames, hasField, isEmpty, lookupFieldObject, lookupModelImpl, toDebugString |
Methods inherited from interface org.stina.framework.core.model.TiMapModelPartInterface |
---|
getIncludeIfOptional, getIndexForXorPart, lookupModel, setIncludeIfOptional, setUpdateXorFieldEnabled |
Methods inherited from interface org.stina.framework.core.model.TiContainerModelPartInterface |
---|
getModel, setModel |
Methods inherited from interface org.stina.framework.core.model.TiCommonModelPartInterface |
---|
clone, disposeModel, equalsModel, getGeneratedTiName, getRealTiName, getValue, importValue, importValue, setValue, setValue, toDebugString, update, update |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Methods inherited from interface org.stina.framework.core.model.TiPropertyPartInterface |
---|
getProperty, getPropertyModel, getPropertyNames, isEnabled, removeProperties, removeProperty, removeProperty, setEnabled, setEnabled, setProperty, setProperty, specifyProperties |
Methods inherited from interface org.stina.framework.support.observer.TiObserverInterface |
---|
updateObserver |
Methods inherited from interface org.stina.framework.support.observer.TiSubjectInterface |
---|
attachObserver, clone, detachObserver, getObserverCount, isObserverAttached, lookupObservers, lookupObserversLock, notifyObservers, toDebugString |
Field Detail |
---|
static final java.lang.String ROW_FONT
static final java.lang.String ROW_TEXT
Method Detail |
---|
TiStringInterface getRowFont()
TiStringInterface lookupRowFont()
void setRowFont(TiStringInterface inData)
java.lang.String getRowFontValue()
void setRowFontValue(java.lang.String inData)
void setRowFontValue(java.lang.String inData, boolean inNotify)
TiStringInterface getRowText()
TiStringInterface lookupRowText()
void setRowText(TiStringInterface inData)
java.lang.String getRowTextValue()
void setRowTextValue(java.lang.String inData)
void setRowTextValue(java.lang.String inData, boolean inNotify)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |