actionButton: R6 Class employing shiny::actionButton

actionButtonR Documentation

R6 Class employing shiny::actionButton

Description

An instance of this class is used in similar way to shiny::actionButton

Format

An R6::R6Class object.

Methods

Public methods


Method new()

Usage
actionButton$new(.label_)

Method ui_input()

Usage
actionButton$ui_input(
  .tag_ = "UI_input",
  .class_ = "ml-2 pt-2 d-flex align-items-center\n                        text-right",
  .style_ = "display: flex;\n                        margin-top: 2rem !important;",
  .width_ = NULL
)

Method ui_output()

Usage
actionButton$ui_output(.tag_ = "UI_output")

Method ui_render_output()

Usage
actionButton$ui_render_output(.tag_ = "UI_render_output")

Method server()

Usage
actionButton$server(input, output, session)

Method get_uiInId()

Usage
actionButton$get_uiInId()

Method get_uiOtId()

Usage
actionButton$get_uiOtId()

Method get_uiRdOtId()

Usage
actionButton$get_uiRdOtId()

Method clone()

The objects of this class are cloneable with this method.

Usage
actionButton$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


W-Mohammed/ShinyPSA documentation built on April 24, 2022, 6:57 p.m.