public class FoundationTouchDetectionBehavior extends FoundationBaseBehavior
Modifier and Type | Class and Description |
---|---|
static class |
FoundationTouchDetectionBehavior.TouchDetectionType |
Constructor and Description |
---|
FoundationTouchDetectionBehavior(FoundationTouchDetectionBehavior.TouchDetectionType type)
Create TouchDetectionBehavior.
|
FoundationTouchDetectionBehavior(org.apache.wicket.model.IModel<FoundationTouchDetectionBehavior.TouchDetectionType> typeModel)
Create TouchDetectionBehavior.
|
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 FoundationTouchDetectionBehavior(FoundationTouchDetectionBehavior.TouchDetectionType type)
type
- - Detection type.public FoundationTouchDetectionBehavior(org.apache.wicket.model.IModel<FoundationTouchDetectionBehavior.TouchDetectionType> typeModel)
typeModel
- - Model for detection 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.