|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SjReportRow
Agentraport utdata
Field Summary | |
---|---|
static java.lang.String |
BOLD
|
static java.lang.String |
ITALICS
|
static java.lang.String |
NEW_PAGE
|
static java.lang.String |
ROW_TEXT
|
static java.lang.String |
UNDER_LINE
|
Method Summary | |
---|---|
TiBooleanInterface |
getBold()
Field bold is defined as mandatory. |
java.lang.Boolean |
getBoldValue()
Field bold is defined as mandatory. |
TiBooleanInterface |
getItalics()
Field italics is defined as mandatory. |
java.lang.Boolean |
getItalicsValue()
Field italics is defined as mandatory. |
TiBooleanInterface |
getNewPage()
Field newPage is defined as mandatory. |
java.lang.Boolean |
getNewPageValue()
Field newPage is defined as mandatory. |
TiStringInterface |
getRowText()
Field rowText is defined as mandatory. |
java.lang.String |
getRowTextValue()
Field rowText is defined as mandatory. |
TiBooleanInterface |
getUnderLine()
Field underLine is defined as mandatory. |
java.lang.Boolean |
getUnderLineValue()
Field underLine is defined as mandatory. |
TiBooleanInterface |
lookupBold()
Field bold is defined as mandatory. |
TiBooleanInterface |
lookupItalics()
Field italics is defined as mandatory. |
TiBooleanInterface |
lookupNewPage()
Field newPage is defined as mandatory. |
TiStringInterface |
lookupRowText()
Field rowText is defined as mandatory. |
TiBooleanInterface |
lookupUnderLine()
Field underLine is defined as mandatory. |
void |
setBold(TiBooleanInterface inData)
Field bold is defined as mandatory. |
void |
setBoldValue(java.lang.Boolean inData)
Field bold is defined as mandatory. |
void |
setBoldValue(java.lang.Boolean inData,
boolean inNotify)
Field bold is defined as mandatory. |
void |
setItalics(TiBooleanInterface inData)
Field italics is defined as mandatory. |
void |
setItalicsValue(java.lang.Boolean inData)
Field italics is defined as mandatory. |
void |
setItalicsValue(java.lang.Boolean inData,
boolean inNotify)
Field italics is defined as mandatory. |
void |
setNewPage(TiBooleanInterface inData)
Field newPage is defined as mandatory. |
void |
setNewPageValue(java.lang.Boolean inData)
Field newPage is defined as mandatory. |
void |
setNewPageValue(java.lang.Boolean inData,
boolean inNotify)
Field newPage 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. |
void |
setUnderLine(TiBooleanInterface inData)
Field underLine is defined as mandatory. |
void |
setUnderLineValue(java.lang.Boolean inData)
Field underLine is defined as mandatory. |
void |
setUnderLineValue(java.lang.Boolean inData,
boolean inNotify)
Field underLine 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 NEW_PAGE
static final java.lang.String BOLD
static final java.lang.String ITALICS
static final java.lang.String UNDER_LINE
static final java.lang.String ROW_TEXT
Method Detail |
---|
TiBooleanInterface getNewPage()
TiBooleanInterface lookupNewPage()
void setNewPage(TiBooleanInterface inData)
java.lang.Boolean getNewPageValue()
void setNewPageValue(java.lang.Boolean inData)
void setNewPageValue(java.lang.Boolean inData, boolean inNotify)
TiBooleanInterface getBold()
TiBooleanInterface lookupBold()
void setBold(TiBooleanInterface inData)
java.lang.Boolean getBoldValue()
void setBoldValue(java.lang.Boolean inData)
void setBoldValue(java.lang.Boolean inData, boolean inNotify)
TiBooleanInterface getItalics()
TiBooleanInterface lookupItalics()
void setItalics(TiBooleanInterface inData)
java.lang.Boolean getItalicsValue()
void setItalicsValue(java.lang.Boolean inData)
void setItalicsValue(java.lang.Boolean inData, boolean inNotify)
TiBooleanInterface getUnderLine()
TiBooleanInterface lookupUnderLine()
void setUnderLine(TiBooleanInterface inData)
java.lang.Boolean getUnderLineValue()
void setUnderLineValue(java.lang.Boolean inData)
void setUnderLineValue(java.lang.Boolean 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 |