Button: API Table
class: LionButton
, lion-button
Fields
Name | Privacy | Type | Default | Description | Inherited From |
---|---|---|---|---|---|
type | public | string | 'button' | ||
active | public | boolean | false | ||
_buttonId | protected | ||||
tabIndex | public | number | DisabledWithTabIndexMixin | ||
_requestedToBeDisabled | protected | boolean | false | DisabledMixin | |
disabled | public | boolean | false | DisabledMixin |
Methods
Name | Privacy | Description | Parameters | Return | Inherited From |
---|---|---|---|---|---|
makeRequestToBeDisabled | public | DisabledMixin | |||
retractRequestToBeDisabled | public | DisabledMixin |
Attributes
Name | Field | Inherited From |
---|---|---|
active | active | |
type | type | |
tabindex | tabIndex | DisabledWithTabIndexMixin |
disabled | disabled | DisabledMixin |
class: LionButtonReset
, lion-button-reset
Fields
Name | Privacy | Type | Default | Description | Inherited From |
---|---|---|---|---|---|
type | public | string | 'reset' | LionButton | |
__submitAndResetHelperButton | protected | HTMLButtonElement | |||
tabIndex | public | number | LionButton | ||
_requestedToBeDisabled | protected | boolean | false | LionButton | |
disabled | public | boolean | false | LionButton | |
active | public | boolean | false | LionButton | |
_buttonId | protected | LionButton |
Methods
Name | Privacy | Description | Parameters | Return | Inherited From |
---|---|---|---|---|---|
_setupSubmitAndResetHelperOnConnected | protected | ||||
_teardownSubmitAndResetHelperOnDisconnected | protected | ||||
makeRequestToBeDisabled | public | LionButton | |||
retractRequestToBeDisabled | public | LionButton |
Attributes
Name | Field | Inherited From |
---|---|---|
tabindex | tabIndex | LionButton |
disabled | disabled | LionButton |
active | active | LionButton |
type | type | LionButton |
class: LionButtonSubmit
, lion-button-submit
Fields
Name | Privacy | Type | Default | Description | Inherited From |
---|---|---|---|---|---|
_nativeButtonNode | protected | HTMLButtonElement|null | |||
type | public | string | 'submit' | LionButton | |
__implicitSubmitHelperButton | protected | HTMLButtonElement|null | null | ||
__submitAndResetHelperButton | protected | HTMLButtonElement | LionButtonReset | ||
tabIndex | public | number | LionButton | ||
_requestedToBeDisabled | protected | boolean | false | LionButton | |
disabled | public | boolean | false | LionButton | |
active | public | boolean | false | LionButton | |
_buttonId | protected | LionButton |
Methods
Name | Privacy | Description | Parameters | Return | Inherited From |
---|---|---|---|---|---|
_setupSubmitAndResetHelperOnConnected | protected | LionButtonReset | |||
_teardownSubmitAndResetHelperOnDisconnected | protected | LionButtonReset | |||
makeRequestToBeDisabled | public | LionButton | |||
retractRequestToBeDisabled | public | LionButton |
Attributes
Name | Field | Inherited From |
---|---|---|
tabindex | tabIndex | LionButton |
disabled | disabled | LionButton |
active | active | LionButton |
type | type | LionButton |