Package net.runelite.api.gameval
Class DBTableID.SailingSidepanelWidgetButton
- java.lang.Object
-
- net.runelite.api.gameval.DBTableID.SailingSidepanelWidgetButton
-
- Enclosing class:
- DBTableID
public static final class DBTableID.SailingSidepanelWidgetButton extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDBTableID.SailingSidepanelWidgetButton.Row
-
Field Summary
Fields Modifier and Type Field Description static intCOL_DEFAULT_BUTTON_CAPTIONstringstatic intCOL_DEFAULT_GRAPHIC(graphic, integer)static intCOL_DEFAULT_OPTEXTstringstatic intCOL_LONG_BUTTONbooleanstatic intCOL_OP2(boolean, string)static intCOL_OP3(boolean, string)static intCOL_OP4(boolean, string)static intCOL_TOGGLE_BUTTON_CAPTIONstringstatic intCOL_TOGGLE_ENABLEDbooleanstatic intCOL_TOGGLE_GRAPHIC(graphic, integer)static intCOL_TOGGLE_OPTEXTstringstatic intID
-
Constructor Summary
Constructors Constructor Description SailingSidepanelWidgetButton()
-
-
-
Field Detail
-
ID
public static final int ID
- See Also:
- Constant Field Values
-
COL_DEFAULT_OPTEXT
public static final int COL_DEFAULT_OPTEXT
string- See Also:
- Constant Field Values
-
COL_DEFAULT_GRAPHIC
public static final int COL_DEFAULT_GRAPHIC
(graphic, integer)- See Also:
- Constant Field Values
-
COL_DEFAULT_BUTTON_CAPTION
public static final int COL_DEFAULT_BUTTON_CAPTION
string- See Also:
- Constant Field Values
-
COL_TOGGLE_ENABLED
public static final int COL_TOGGLE_ENABLED
boolean- See Also:
- Constant Field Values
-
COL_TOGGLE_OPTEXT
public static final int COL_TOGGLE_OPTEXT
string- See Also:
- Constant Field Values
-
COL_TOGGLE_GRAPHIC
public static final int COL_TOGGLE_GRAPHIC
(graphic, integer)- See Also:
- Constant Field Values
-
COL_TOGGLE_BUTTON_CAPTION
public static final int COL_TOGGLE_BUTTON_CAPTION
string- See Also:
- Constant Field Values
-
COL_LONG_BUTTON
public static final int COL_LONG_BUTTON
boolean- See Also:
- Constant Field Values
-
COL_OP2
public static final int COL_OP2
(boolean, string)- See Also:
- Constant Field Values
-
COL_OP3
public static final int COL_OP3
(boolean, string)- See Also:
- Constant Field Values
-
COL_OP4
public static final int COL_OP4
(boolean, string)- See Also:
- Constant Field Values
-
-