Class MaxLengthNodeNameFormatter

java.lang.Object
org.hippoecm.frontend.util.MaxLengthStringFormatter
org.hippoecm.frontend.util.MaxLengthNodeNameFormatter
All Implemented Interfaces:
Serializable, org.apache.wicket.util.io.IClusterable

public class MaxLengthNodeNameFormatter extends MaxLengthStringFormatter
See Also:
  • Constructor Details

    • MaxLengthNodeNameFormatter

      public MaxLengthNodeNameFormatter()
    • MaxLengthNodeNameFormatter

      public MaxLengthNodeNameFormatter(int maxLength, String split, int indentLength)
  • Method Details

    • isTooLong

      public boolean isTooLong(org.apache.wicket.model.IModel<Node> nodeModel)
    • isTooLong

      public boolean isTooLong(org.apache.wicket.model.IModel<Node> nodeModel, int indent)
    • parse

      public String parse(org.apache.wicket.model.IModel<Node> nodeModel, int indent)
    • parse

      public String parse(org.apache.wicket.model.IModel<Node> nodeModel)
    • getName

      protected String getName(org.apache.wicket.model.IModel<Node> nodeModel)