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
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidprotected voidclear()voidclearHorizontalScrollBar(Element element) voidclearInactive(Element element) voidclearSelectedValue(Element element) voidclearValues(Element element) voidclearVerticalScrollBar(Element element) getHorizontalScrollBar(Element element) getSelectedValue(Element element) Returns stereotype for this wrapper.getVerticalScrollBar(Element element) booleanisInactive(Element element) static booleanisInstance(Element element) voidremoveValues(Element element, String value) voidsetHorizontalScrollBar(Element element, UIPrototypingProfile.ScrollBarPolicyEnum value) voidsetInactive(Element element, Boolean value) voidsetSelectedValue(Element element, String value) voidsetValues(Element element, Collection<String> value) voidsetVerticalScrollBar(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.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
 getStereotypein 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
 
 -