public class FoundationShowByOrientationBehavior extends FoundationBaseBehavior
Modifier and Type | Class and Description |
---|---|
static class |
FoundationShowByOrientationBehavior.ShowByOrientationType |
Constructor and Description |
---|
FoundationShowByOrientationBehavior(FoundationShowByOrientationBehavior.ShowByOrientationType showType)
Create ShowByOrientationBehavior.
|
FoundationShowByOrientationBehavior(org.apache.wicket.model.IModel<FoundationShowByOrientationBehavior.ShowByOrientationType> showTypeModel)
Create ShowByOrientationBehavior.
|
Modifier and Type | Method and Description |
---|---|
void |
detach(org.apache.wicket.Component component) |
void |
onComponentTag(org.apache.wicket.Component component,
org.apache.wicket.markup.ComponentTag tag) |
renderHead
public FoundationShowByOrientationBehavior(FoundationShowByOrientationBehavior.ShowByOrientationType showType)
showType
- - Show type.public FoundationShowByOrientationBehavior(org.apache.wicket.model.IModel<FoundationShowByOrientationBehavior.ShowByOrientationType> showTypeModel)
showTypeModel
- - Model for show type.public void onComponentTag(org.apache.wicket.Component component, org.apache.wicket.markup.ComponentTag tag)
onComponentTag
in class org.apache.wicket.behavior.Behavior
public void detach(org.apache.wicket.Component component)
detach
in class org.apache.wicket.behavior.Behavior
Copyright © 2015. All rights reserved.