Class GeneratedNavigationComponent

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
NavigationComponent

public abstract class GeneratedNavigationComponent extends SimpleCMSComponent
Generated class for type NavigationComponent.
See Also:
  • Field Details

    • STYLECLASS

      public static final String STYLECLASS
      Qualifier of the NavigationComponent.styleClass attribute
      See Also:
    • WRAPAFTER

      public static final String WRAPAFTER
      Qualifier of the NavigationComponent.wrapAfter attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

      protected static final Map<String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
  • Constructor Details

    • GeneratedNavigationComponent

      public GeneratedNavigationComponent()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class GeneratedSimpleCMSComponent
    • getNavigationNode

      public CMSNavigationNode getNavigationNode(SessionContext ctx)
      Generated method - Getter of the NavigationComponent.navigationNode attribute.
      Returns:
      the navigationNode - The cms navigation node of this navigation component.
    • getNavigationNode

      public CMSNavigationNode getNavigationNode()
      Generated method - Getter of the NavigationComponent.navigationNode attribute.
      Returns:
      the navigationNode - The cms navigation node of this navigation component.
    • setNavigationNode

      public void setNavigationNode(SessionContext ctx, CMSNavigationNode value)
      Generated method - Setter of the NavigationComponent.navigationNode attribute.
      Parameters:
      value - the navigationNode - The cms navigation node of this navigation component.
    • setNavigationNode

      public void setNavigationNode(CMSNavigationNode value)
      Generated method - Setter of the NavigationComponent.navigationNode attribute.
      Parameters:
      value - the navigationNode - The cms navigation node of this navigation component.
    • getStyleClass

      public String getStyleClass(SessionContext ctx)
      Generated method - Getter of the NavigationComponent.styleClass attribute.
      Returns:
      the styleClass - CSS style class of this navigation component.
    • getStyleClass

      public String getStyleClass()
      Generated method - Getter of the NavigationComponent.styleClass attribute.
      Returns:
      the styleClass - CSS style class of this navigation component.
    • setStyleClass

      public void setStyleClass(SessionContext ctx, String value)
      Generated method - Setter of the NavigationComponent.styleClass attribute.
      Parameters:
      value - the styleClass - CSS style class of this navigation component.
    • setStyleClass

      public void setStyleClass(String value)
      Generated method - Setter of the NavigationComponent.styleClass attribute.
      Parameters:
      value - the styleClass - CSS style class of this navigation component.
    • getWrapAfter

      public Integer getWrapAfter(SessionContext ctx)
      Generated method - Getter of the NavigationComponent.wrapAfter attribute.
      Returns:
      the wrapAfter - Determines the number of navigation nodes when the following elements will be wrapped.
    • getWrapAfter

      public Integer getWrapAfter()
      Generated method - Getter of the NavigationComponent.wrapAfter attribute.
      Returns:
      the wrapAfter - Determines the number of navigation nodes when the following elements will be wrapped.
    • getWrapAfterAsPrimitive

      public int getWrapAfterAsPrimitive(SessionContext ctx)
      Generated method - Getter of the NavigationComponent.wrapAfter attribute.
      Returns:
      the wrapAfter - Determines the number of navigation nodes when the following elements will be wrapped.
    • getWrapAfterAsPrimitive

      public int getWrapAfterAsPrimitive()
      Generated method - Getter of the NavigationComponent.wrapAfter attribute.
      Returns:
      the wrapAfter - Determines the number of navigation nodes when the following elements will be wrapped.
    • setWrapAfter

      public void setWrapAfter(SessionContext ctx, Integer value)
      Generated method - Setter of the NavigationComponent.wrapAfter attribute.
      Parameters:
      value - the wrapAfter - Determines the number of navigation nodes when the following elements will be wrapped.
    • setWrapAfter

      public void setWrapAfter(Integer value)
      Generated method - Setter of the NavigationComponent.wrapAfter attribute.
      Parameters:
      value - the wrapAfter - Determines the number of navigation nodes when the following elements will be wrapped.
    • setWrapAfter

      public void setWrapAfter(SessionContext ctx, int value)
      Generated method - Setter of the NavigationComponent.wrapAfter attribute.
      Parameters:
      value - the wrapAfter - Determines the number of navigation nodes when the following elements will be wrapped.
    • setWrapAfter

      public void setWrapAfter(int value)
      Generated method - Setter of the NavigationComponent.wrapAfter attribute.
      Parameters:
      value - the wrapAfter - Determines the number of navigation nodes when the following elements will be wrapped.