public interface REnabledCondition extends REnabledConditionBase
TaurusPackage.getREnabledCondition()| Modifier and Type | Method and Description |
|---|---|
boolean |
isHide()
Deprecated.
Was used before the
RVisibleCondition was introduced.
Use RVisibleCondition to hide actions. |
boolean |
isSetHide()
Deprecated.
Was used before the
RVisibleCondition was introduced.
Use RVisibleCondition to hide actions. |
void |
setHide(boolean value)
Deprecated.
Was used before the
RVisibleCondition was introduced.
Use RVisibleCondition to hide actions. |
void |
unsetHide()
Deprecated.
Was used before the
RVisibleCondition was introduced.
Use RVisibleCondition to hide actions. |
getComplexCondition, getSimpleCondition, setComplexCondition, setSimpleConditiongetComment, isSetComment, setComment, unsetComment@Deprecated boolean isHide()
RVisibleCondition was introduced.
Use RVisibleCondition to hide actions.RVisibleCondition is set in the parent of this
enabled condition.true if a RVisibleCondition is set in the
parent of this enabled condition. false otherwise.@Deprecated void setHide(boolean value)
RVisibleCondition was introduced.
Use RVisibleCondition to hide actions.value - the new value of the 'Hide' attribute.@Deprecated void unsetHide()
RVisibleCondition was introduced.
Use RVisibleCondition to hide actions.@Deprecated boolean isSetHide()
RVisibleCondition was introduced.
Use RVisibleCondition to hide actions.false as the hide attribute is removed from the
enabled condition. false.Copyright © 2015 Micro Focus GmbH. All rights reserved.