Package com.nomagic.magicdraw.uimodeling
Class UIPrototypingProfile.TextAreaStereotype
- java.lang.Object
-
- com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
-
- com.nomagic.magicdraw.uimodeling.UIPrototypingProfile.TextAreaStereotype
-
- Enclosing class:
- UIPrototypingProfile
public static class UIPrototypingProfile.TextAreaStereotype extends ProfileImplementation.StereotypeWrapper
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
HORIZONTAL_SCROLL_BAR
static java.lang.String
INACTIVE
static java.lang.String
STEREOTYPE_NAME
static java.lang.String
TEXT
static java.lang.String
VERTICAL_SCROLL_BAR
-
Constructor Summary
Constructors Modifier Constructor Description protected
TextAreaStereotype(UIPrototypingProfile profile)
-
Method Summary
-
Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
-
-
-
Field Detail
-
STEREOTYPE_NAME
public static final java.lang.String STEREOTYPE_NAME
- See Also:
- Constant Field Values
-
INACTIVE
public static final java.lang.String INACTIVE
- See Also:
- Constant Field Values
-
HORIZONTAL_SCROLL_BAR
public static final java.lang.String HORIZONTAL_SCROLL_BAR
- See Also:
- Constant Field Values
-
VERTICAL_SCROLL_BAR
public static final java.lang.String VERTICAL_SCROLL_BAR
- See Also:
- Constant Field Values
-
TEXT
public static final java.lang.String TEXT
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
TextAreaStereotype
protected TextAreaStereotype(UIPrototypingProfile profile)
-
-
Method Detail
-
getStereotype
public Stereotype getStereotype()
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getInactiveProperty
@CheckForNull public Property getInactiveProperty()
-
getHorizontalScrollBarProperty
@CheckForNull public Property getHorizontalScrollBarProperty()
-
getVerticalScrollBarProperty
@CheckForNull public Property getVerticalScrollBarProperty()
-
getTextProperty
@CheckForNull public Property getTextProperty()
-
setInactive
public void setInactive(Element element, java.lang.Boolean value)
-
clearInactive
public void clearInactive(Element element)
-
isInactive
@CheckForNull public java.lang.Boolean isInactive(Element element)
-
setHorizontalScrollBar
public void setHorizontalScrollBar(Element element, UIPrototypingProfile.ScrollBarPolicyEnum value)
-
clearHorizontalScrollBar
public void clearHorizontalScrollBar(Element element)
-
getHorizontalScrollBar
@CheckForNull public UIPrototypingProfile.ScrollBarPolicyEnum getHorizontalScrollBar(Element element)
-
setVerticalScrollBar
public void setVerticalScrollBar(Element element, UIPrototypingProfile.ScrollBarPolicyEnum value)
-
clearVerticalScrollBar
public void clearVerticalScrollBar(Element element)
-
getVerticalScrollBar
@CheckForNull public UIPrototypingProfile.ScrollBarPolicyEnum getVerticalScrollBar(Element element)
-
setText
public void setText(Element element, java.lang.String value)
-
clearText
public void clearText(Element element)
-
getText
@CheckForNull public java.lang.String getText(Element element)
-
is
public boolean is(@CheckForNull Element element)
-
isInstance
public static boolean isInstance(@CheckForNull Element element)
-
-