Class CActionText

All Implemented Interfaces:
UIValue<String>

public abstract class CActionText extends TextValue
A text that is used by a CAction.
Author:
Benjamin Sigg
  • Field Details

    • KIND_CACTION

      public static final Path KIND_CACTION
      what kind of UIValue this is
  • Constructor Details

    • CActionText

      public CActionText(String id, CAction action)
      Creates a new CActionText.
      Parameters:
      id - the unique identifier of this text
      action - the action using the text
  • Method Details

    • getAction

      public CAction getAction()
      Gets the action which is using this text.
      Returns:
      the action