Class IfSetBoxSubHelper
- java.lang.Object
-
- net.anotheria.anosite.cms.helper.impls.IfSetBoxSubHelper
-
- All Implemented Interfaces:
BoxSubHelper
public class IfSetBoxSubHelper extends Object implements BoxSubHelper
IfSetBoxSubHelper as box SubHelper.
-
-
Constructor Summary
Constructors Constructor Description IfSetBoxSubHelper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFieldExplanation(Box box, String property)Returns field explanation.
-
-
-
Method Detail
-
getFieldExplanation
public String getFieldExplanation(Box box, String property)
Description copied from interface:BoxSubHelperReturns field explanation.- Specified by:
getFieldExplanationin interfaceBoxSubHelper- Parameters:
box- boxproperty- property- Returns:
- field explanation as string
-
-