Package com.nomagic.magicdraw.uimodeling
Class UIPrototypingProfile.ListStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.uimodeling.UIPrototypingProfile.ListStereotype
- Enclosing class:
- UIPrototypingProfile
public static class UIPrototypingProfile.ListStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
protected void
clear()
void
clearHorizontalScrollBar
(Element element) void
clearInactive
(Element element) void
clearSelectedValue
(Element element) void
clearValues
(Element element) void
clearVerticalScrollBar
(Element element) getHorizontalScrollBar
(Element element) getSelectedValue
(Element element) Returns stereotype for this wrapper.getVerticalScrollBar
(Element element) boolean
isInactive
(Element element) static boolean
isInstance
(Element element) void
removeValues
(Element element, String value) void
setHorizontalScrollBar
(Element element, UIPrototypingProfile.ScrollBarPolicyEnum value) void
setInactive
(Element element, Boolean value) void
setSelectedValue
(Element element, String value) void
setValues
(Element element, Collection<String> value) void
setVerticalScrollBar
(Element element, UIPrototypingProfile.ScrollBarPolicyEnum value) Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
SELECTED_VALUE
- See Also:
-
VALUES
- See Also:
-
INACTIVE
- See Also:
-
HORIZONTAL_SCROLL_BAR
- See Also:
-
VERTICAL_SCROLL_BAR
- See Also:
-
-
Constructor Details
-
ListStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getSelectedValueProperty
-
getValuesProperty
-
getInactiveProperty
-
getHorizontalScrollBarProperty
-
getVerticalScrollBarProperty
-
setSelectedValue
-
clearSelectedValue
-
getSelectedValue
-
setValues
-
clearValues
-
addValues
-
removeValues
-
getValues
-
setInactive
-
clearInactive
-
isInactive
-
setHorizontalScrollBar
-
clearHorizontalScrollBar
-
getHorizontalScrollBar
@CheckForNull public UIPrototypingProfile.ScrollBarPolicyEnum getHorizontalScrollBar(Element element) -
setVerticalScrollBar
-
clearVerticalScrollBar
-
getVerticalScrollBar
-
clear
protected void clear() -
is
-
isInstance
-