object DetailedStatus
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DetailedStatus
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
action[A](innerSelection: SelectionBuilder[StatusAction, A]): SelectionBuilder[DetailedStatus, Option[A]]
Action information for the status.
Action information for the status. This includes method, button title, icon, path, and title
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
detailsPath: SelectionBuilder[DetailedStatus, Option[String]]
Path of the details for the status
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
favicon: SelectionBuilder[DetailedStatus, Option[String]]
Favicon of the status
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
group: SelectionBuilder[DetailedStatus, Option[String]]
Group of the status
-
def
hasDetails: SelectionBuilder[DetailedStatus, Option[Boolean]]
Indicates if the status has further details
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
icon: SelectionBuilder[DetailedStatus, Option[String]]
Icon of the status
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
label: SelectionBuilder[DetailedStatus, Option[String]]
Label of the status
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
text: SelectionBuilder[DetailedStatus, Option[String]]
Text of the status
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
tooltip: SelectionBuilder[DetailedStatus, Option[String]]
Tooltip associated with the status
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated