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