Packages

o

pl.touk.nussknacker.ui.config.processtoolbar

ToolbarButtonConfigType

object ToolbarButtonConfigType extends Enumeration

Linear Supertypes
Enumeration, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ToolbarButtonConfigType
  2. Enumeration
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type ToolbarButtonType = Value
  2. class Val extends Value with Serializable
    Attributes
    protected
    Definition Classes
    Enumeration
    Annotations
    @SerialVersionUID()
  3. abstract class Value extends Ordered[Value] with Serializable
    Definition Classes
    Enumeration
    Annotations
    @SerialVersionUID()
  4. class ValueSet extends AbstractSet[Value] with SortedSet[Value] with SortedSetOps[Value, SortedSet, ValueSet] with StrictOptimizedIterableOps[Value, Set, ValueSet] with Serializable
    Definition Classes
    Enumeration
    Annotations
    @SerialVersionUID()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val CustomAction: Value
  5. val CustomLink: Value
  6. val EditCopy: Value
  7. val EditDelete: Value
  8. val EditLayout: Value
  9. val EditPaste: Value
  10. val EditRedo: Value
  11. val EditUndo: Value
  12. val ProcessArchive: Value
  13. val ProcessArchiveToggle: Value
  14. val ProcessCancel: Value
  15. val ProcessCompare: Value
  16. val ProcessDeploy: Value
  17. val ProcessImport: Value
  18. val ProcessJSON: Value
  19. val ProcessMigrate: Value
  20. val ProcessPDF: Value
  21. val ProcessProperties: Value
  22. val ProcessSave: Value
  23. val ProcessUnarchive: Value
  24. val TestCounts: Value
  25. val TestFromFile: Value
  26. val TestGenerate: Value
  27. val TestHide: Value
  28. final def Value(i: Int, name: String): Value
    Attributes
    protected
    Definition Classes
    Enumeration
  29. final def Value(name: String): Value
    Attributes
    protected
    Definition Classes
    Enumeration
  30. final def Value(i: Int): Value
    Attributes
    protected
    Definition Classes
    Enumeration
  31. final def Value: Value
    Attributes
    protected
    Definition Classes
    Enumeration
  32. val ViewReset: Value
  33. val ViewZoomIn: Value
  34. val ViewZoomOut: Value
  35. final def apply(x: Int): Value
    Definition Classes
    Enumeration
  36. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  37. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  38. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  39. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  40. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  41. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  42. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  43. final def maxId: Int
    Definition Classes
    Enumeration
  44. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  45. var nextId: Int
    Attributes
    protected
    Definition Classes
    Enumeration
  46. var nextName: Iterator[String]
    Attributes
    protected
    Definition Classes
    Enumeration
  47. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  48. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  49. def readResolve(): AnyRef
    Attributes
    protected
    Definition Classes
    Enumeration
  50. def requiresNameParam(type: ToolbarButtonType): Boolean
  51. def requiresUrlParam(type: ToolbarButtonType): Boolean
  52. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  53. def toString(): String
    Definition Classes
    Enumeration → AnyRef → Any
  54. implicit val typeDecoder: Decoder[ToolbarButtonType]
  55. implicit val typeEncoder: Encoder[ToolbarButtonType]
  56. def values: ValueSet
    Definition Classes
    Enumeration
  57. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  58. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  59. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  60. final def withName(s: String): Value
    Definition Classes
    Enumeration
  61. implicit object ValueOrdering extends Ordering[Value]
    Definition Classes
    Enumeration

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Enumeration

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped