-
public class CallCompositeButtonViewData
Call composite provided button view data.
-
-
Field Summary
Fields Modifier and Type Field Description private CallCompositeEventHandler<CallCompositeButtonClickEvent>
onClickHandler
private Boolean
isVisible
private Boolean
isEnabled
-
Method Summary
Modifier and Type Method Description CallCompositeEventHandler<CallCompositeButtonClickEvent>
getOnClickHandler()
Get button on click handler. CallCompositeButtonViewData
setOnClickHandler(CallCompositeEventHandler<CallCompositeButtonClickEvent> handler)
Set button on click handler. Boolean
isVisible()
Get is visible. Boolean
isEnabled()
Get is enabled. CallCompositeButtonViewData
setVisible(Boolean isVisible)
Set is visible. CallCompositeButtonViewData
setEnabled(Boolean isEnabled)
Set is enabled. -
-
Method Detail
-
getOnClickHandler
CallCompositeEventHandler<CallCompositeButtonClickEvent> getOnClickHandler()
Get button on click handler.
-
setOnClickHandler
CallCompositeButtonViewData setOnClickHandler(CallCompositeEventHandler<CallCompositeButtonClickEvent> handler)
Set button on click handler.
- Parameters:
handler
- CallCompositeEventHandler
-
setVisible
CallCompositeButtonViewData setVisible(Boolean isVisible)
Set is visible.
-
setEnabled
CallCompositeButtonViewData setEnabled(Boolean isEnabled)
Set is enabled.
-
-
-
-