public interface IWFBootstrapInputGroupItem extends IModelElement
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PROP_BACKGROUND_COLOR |
static java.lang.String |
PROP_FONT_COLOR |
static java.lang.String |
PROP_HAS_FONT |
static java.lang.String |
PROP_HAS_FORMAT |
static java.lang.String |
PROP_HAS_MODEL |
static java.lang.String |
PROP_STYLE |
static java.lang.String |
PROP_TEXT |
static int |
STYLE_BUTTON |
static int |
STYLE_DROPDOWN |
static int |
STYLE_SPLIT_BUTTON_DROPDOWN |
static int |
STYLE_TEXT_FIELD |
MODEL_QUALITY_SCORE_IGNORE, MODEL_QUALITY_SCORE_RECALCULATE, PROP_DOCUMENTATION, PROP_NAME, PROP_QUALITY_REASON, PROP_QUALITY_SCORE
Modifier and Type | Method and Description |
---|---|
int |
getBackgroundColor() |
int |
getFontColor() |
int |
getStyle() |
java.lang.String |
getText() |
boolean |
hasFont() |
boolean |
hasFormat() |
boolean |
hasModel() |
void |
setBackgroundColor(int backgroundColor) |
void |
setFontColor(int fontColor) |
void |
setHasFont(boolean hasFont) |
void |
setHasFormat(boolean hasFormat) |
void |
setHasModel(boolean hasModel) |
void |
setStyle(int style) |
void |
setText(java.lang.String text) |
addChild, addPropertyChangeListener, addStereotype, addStereotype, addSubDiagram, canModify, childCount, childCount, childCount, childIterator, childIterator, childIterator, constraintsIterator, createChild, delete, disposeTransientModel, duplicate, fromChartRelationshipCount, fromChartRelationshipIterator, fromRelationshipCount, fromRelationshipEndCount, fromRelationshipEndIterator, fromRelationshipIterator, getAddress, getChildById, getChildByIndex, getChildByIndex, getChildByName, getChildByName, getDescription, getDescriptionWithReferenceModels, getDiagramElements, getDisplayQualityScore, getDocumentation, getDocumentationWithReferenceModels, getHTMLDescription, getHTMLDescription, getHTMLDescriptionWithReferenceModels, getHTMLDescriptionWithReferenceModels, getHTMLDocumentation, getHTMLDocumentation, getHTMLDocumentationWithReferenceModels, getHTMLDocumentationWithReferenceModels, getId, getMasterView, getMirrorSource, getModelPropertyByName, getModelQualityDetails, getModelType, getName, getNickDescription, getNickDescriptionWithReferenceModels, getNickDocumentation, getNickDocumentationWithReferenceModels, getNickHTMLDescription, getNickHTMLDescription, getNickHTMLDescriptionWithReferenceModels, getNickHTMLDescriptionWithReferenceModels, getNickHTMLDocumentation, getNickHTMLDocumentation, getNickHTMLDocumentationWithReferenceModels, getNickHTMLDocumentationWithReferenceModels, getNickname, getNickPropertyValue, getParent, getProject, getQualityReason, getQualityScore, getReferencedBys, getReferencingModels, getSubDiagramAt, getTaggedValues, hasStereotype, indexOfSubDiagram, isMirrorModelElement, isTransientModel, removeChild, removeChildByIndex, removePropertyChangeListener, removeStereotype, removeStereotype, removeSubDiagram, setDescription, setDocumentation, setHTMLDescription, setHTMLDocumentation, setName, setNickDescription, setNickDocumentation, setNickHTMLDescription, setNickHTMLDocumentation, setNickname, setTaggedValues, stereotypeCount, stereotypeModelIterator, subDiagramCount, subDiagramIterator, toChartRelationshipCount, toChartRelationshipIterator, toChildArray, toChildArray, toChildArray, toFromChartRelationshipArray, toFromRelationshipArray, toFromRelationshipEndArray, toModelPropertyArray, toPropertiesString, toRelationshipCount, toRelationshipEndCount, toRelationshipEndIterator, toRelationshipIterator, toStereotypeModelArray, toSubDiagramArray, toToChartRelationshipArray, toToRelationshipArray, toToRelationshipEndArray
static final java.lang.String PROP_HAS_MODEL
static final java.lang.String PROP_STYLE
static final int STYLE_BUTTON
static final int STYLE_DROPDOWN
static final int STYLE_SPLIT_BUTTON_DROPDOWN
static final int STYLE_TEXT_FIELD
static final java.lang.String PROP_TEXT
static final java.lang.String PROP_HAS_FONT
static final java.lang.String PROP_FONT_COLOR
static final java.lang.String PROP_HAS_FORMAT
static final java.lang.String PROP_BACKGROUND_COLOR
void setHasModel(boolean hasModel)
boolean hasModel()
void setStyle(int style)
int getStyle()
void setText(java.lang.String text)
java.lang.String getText()
void setHasFont(boolean hasFont)
boolean hasFont()
void setFontColor(int fontColor)
int getFontColor()
void setHasFormat(boolean hasFormat)
boolean hasFormat()
void setBackgroundColor(int backgroundColor)
int getBackgroundColor()