Class StatusData.Action

java.lang.Object
de.elo.utils.webapp.status.StatusData.Action
Enclosing class:
StatusData

public static class StatusData.Action
extends java.lang.Object
This class defines a menu action. Menu actions are displayed below the status page titel. They are usually HTML anchors. The actions should fit into one row on the status page.
  • Field Summary

    Fields 
    Modifier and Type Field Description
    java.lang.String htmlAction
    HTML code of the action.
  • Constructor Summary

    Constructors 
    Constructor Description
    Action()
    Default constructor
    Action​(java.lang.String htmlAction)
    Constructor with intitialization
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • htmlAction

      public java.lang.String htmlAction
      HTML code of the action.
  • Constructor Details

    • Action

      public Action()
      Default constructor
    • Action

      public Action​(java.lang.String htmlAction)
      Constructor with intitialization
      Parameters:
      htmlAction - HTML code of the action.