public class HiddenFieldLocationRulesImpl extends Object implements HiddenFieldLocationRules
Constructor and Description |
---|
HiddenFieldLocationRulesImpl(Map<String,RelativeElementPosition> configuration) |
Modifier and Type | Method and 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.
|
public HiddenFieldLocationRulesImpl(Map<String,RelativeElementPosition> configuration)
public boolean placeHiddenFieldInside(Element element)
HiddenFieldLocationRules
placeHiddenFieldInside
in interface HiddenFieldLocationRules
public boolean placeHiddenFieldAfter(Element element)
HiddenFieldLocationRules
placeHiddenFieldAfter
in interface HiddenFieldLocationRules
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.