Class GeneratedAccountNavigationComponent

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

public abstract class GeneratedAccountNavigationComponent extends SimpleCMSComponent
Generated class for type AccountNavigationComponent.
See Also:
  • Field Details

    • TITLE

      public static final String TITLE
      Qualifier of the AccountNavigationComponent.title attribute
      See Also:
    • STYLECLASS

      public static final String STYLECLASS
      Qualifier of the AccountNavigationComponent.styleClass attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

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

    • GeneratedAccountNavigationComponent

      public GeneratedAccountNavigationComponent()
  • 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 AccountNavigationComponent.navigationNode attribute.
      Returns:
      the navigationNode - The cms navigation node of this navigation component.
    • getNavigationNode

      public CMSNavigationNode getNavigationNode()
      Generated method - Getter of the AccountNavigationComponent.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 AccountNavigationComponent.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 AccountNavigationComponent.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 AccountNavigationComponent.styleClass attribute.
      Returns:
      the styleClass - CSS style class of this bar component.
    • getStyleClass

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

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

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

      public String getTitle(SessionContext ctx)
      Generated method - Getter of the AccountNavigationComponent.title attribute.
      Returns:
      the title - Localized title of the component.
    • getTitle

      public String getTitle()
      Generated method - Getter of the AccountNavigationComponent.title attribute.
      Returns:
      the title - Localized title of the component.
    • getAllTitle

      public Map<Language,String> getAllTitle(SessionContext ctx)
      Generated method - Getter of the AccountNavigationComponent.title attribute.
      Returns:
      the localized title - Localized title of the component.
    • getAllTitle

      public Map<Language,String> getAllTitle()
      Generated method - Getter of the AccountNavigationComponent.title attribute.
      Returns:
      the localized title - Localized title of the component.
    • setTitle

      public void setTitle(SessionContext ctx, String value)
      Generated method - Setter of the AccountNavigationComponent.title attribute.
      Parameters:
      value - the title - Localized title of the component.
    • setTitle

      public void setTitle(String value)
      Generated method - Setter of the AccountNavigationComponent.title attribute.
      Parameters:
      value - the title - Localized title of the component.
    • setAllTitle

      public void setAllTitle(SessionContext ctx, Map<Language,String> value)
      Generated method - Setter of the AccountNavigationComponent.title attribute.
      Parameters:
      value - the title - Localized title of the component.
    • setAllTitle

      public void setAllTitle(Map<Language,String> value)
      Generated method - Setter of the AccountNavigationComponent.title attribute.
      Parameters:
      value - the title - Localized title of the component.