Class HistoryPageTabVisibleBehavior<O extends ObjectType>
- java.lang.Object
-
- org.apache.wicket.behavior.Behavior
-
- com.evolveum.midpoint.web.component.util.VisibleEnableBehaviour
-
- com.evolveum.midpoint.gui.api.util.ObjectTabVisibleBehavior<O>
-
- com.evolveum.midpoint.gui.api.util.HistoryPageTabVisibleBehavior<O>
-
- All Implemented Interfaces:
Serializable
,org.apache.wicket.IComponentAwareEventSink
,org.apache.wicket.markup.html.IComponentAwareHeaderContributor
,org.apache.wicket.util.io.IClusterable
public class HistoryPageTabVisibleBehavior<O extends ObjectType> extends ObjectTabVisibleBehavior<O>
Created by honchar.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.evolveum.midpoint.web.component.util.VisibleEnableBehaviour
ALWAYS_INVISIBLE, ALWAYS_VISIBLE_ENABLED
-
-
Constructor Summary
Constructors Constructor Description HistoryPageTabVisibleBehavior(org.apache.wicket.model.IModel<PrismObject<O>> objectModel, String uiAuthorizationUrl, boolean visibleOnHistoryPage, PageBase pageBase)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isVisible()
-
Methods inherited from class com.evolveum.midpoint.web.component.util.VisibleEnableBehaviour
isEnabled, onConfigure
-
-
-
-
Constructor Detail
-
HistoryPageTabVisibleBehavior
public HistoryPageTabVisibleBehavior(org.apache.wicket.model.IModel<PrismObject<O>> objectModel, String uiAuthorizationUrl, boolean visibleOnHistoryPage, PageBase pageBase)
-
-
Method Detail
-
isVisible
public boolean isVisible()
- Overrides:
isVisible
in classObjectTabVisibleBehavior<O extends ObjectType>
-
-