Class HiddenFieldLocationRulesImpl
- java.lang.Object
-
- org.apache.tapestry5.internal.services.HiddenFieldLocationRulesImpl
-
- All Implemented Interfaces:
HiddenFieldLocationRules
public class HiddenFieldLocationRulesImpl extends java.lang.Object implements HiddenFieldLocationRules
-
-
Constructor Summary
Constructors Constructor Description HiddenFieldLocationRulesImpl(java.util.Map<java.lang.String,RelativeElementPosition> configuration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
placeHiddenFieldAfter(Element element)
Checks the element to see if a hidden field may be placed after the element (as a sibling element).boolean
placeHiddenFieldInside(Element element)
Checks the element to see if a hidden field may be placed inside the element.
-
-
-
Constructor Detail
-
HiddenFieldLocationRulesImpl
public HiddenFieldLocationRulesImpl(java.util.Map<java.lang.String,RelativeElementPosition> configuration)
-
-
Method Detail
-
placeHiddenFieldInside
public boolean placeHiddenFieldInside(Element element)
Description copied from interface:HiddenFieldLocationRules
Checks the element to see if a hidden field may be placed inside the element.- Specified by:
placeHiddenFieldInside
in interfaceHiddenFieldLocationRules
-
placeHiddenFieldAfter
public boolean placeHiddenFieldAfter(Element element)
Description copied from interface:HiddenFieldLocationRules
Checks the element to see if a hidden field may be placed after the element (as a sibling element).- Specified by:
placeHiddenFieldAfter
in interfaceHiddenFieldLocationRules
-
-