org.apache.tapestry5.internal.services
Class HiddenFieldLocationRulesImpl
java.lang.Object
   org.apache.tapestry5.internal.services.HiddenFieldLocationRulesImpl
org.apache.tapestry5.internal.services.HiddenFieldLocationRulesImpl
- All Implemented Interfaces: 
- HiddenFieldLocationRules
- public class HiddenFieldLocationRulesImpl 
- extends Object- implements HiddenFieldLocationRules
 
| Method Summary | 
|  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.
 | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
HiddenFieldLocationRulesImpl
public HiddenFieldLocationRulesImpl(Map<String,RelativeElementPosition> configuration)
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:
- placeHiddenFieldInsidein interface- HiddenFieldLocationRules
 
- 
 
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:
- placeHiddenFieldAfterin interface- HiddenFieldLocationRules
 
- 
 
Copyright © 2003-2012 The Apache Software Foundation.