textInput: R6 Class employing shiny::textInput

textInputR Documentation

R6 Class employing shiny::textInput

Description

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

Format

An R6::R6Class object.

Methods

Public methods


Method new()

Usage
textInput$new(.label_)

Method ui_input()

Usage
textInput$ui_input(
  .tag_ = "UI_input",
  .width_ = "100%",
  .class_ = "d-flex align-items-center",
  .value_ = "500, 20000, 30000, 50000"
)

Method ui_output()

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

Method ui_render_output()

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

Method server()

Usage
textInput$server(input, output, session, .min_, .max_)

Method get_uiInId()

Usage
textInput$get_uiInId()

Method get_uiOtId()

Usage
textInput$get_uiOtId()

Method get_uiRdOtId()

Usage
textInput$get_uiRdOtId()

Method clone()

The objects of this class are cloneable with this method.

Usage
textInput$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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