BuilderSchWidget extension
Methods
-
builderEntryDialog_BTNs(
TextEditingController controller, String valueAndLabel, bool isSconto, void parentSetState(void ()), {XCol? xCol}) → XBtnbase -
Available on XSchedaState<
XFDataItem> , provided by the BuilderSchWidget extension -
calcCell_Negative(
XCol xCol, TextEditingController controller, dynamic numForCalc) → dynamic -
Available on XSchedaState<
XFDataItem> , provided by the BuilderSchWidget extension -
calcCell_Positive(
XCol xCol, TextEditingController controller, dynamic numForCalc) → dynamic -
Available on XSchedaState<
XFDataItem> , provided by the BuilderSchWidget extension -
calcSconto(
TextEditingController controller, String value) → dynamic -
Available on XSchedaState<
XFDataItem> , provided by the BuilderSchWidget extension -
xDialog_CellBuilder(
XCol xCol, BuildContext context, void setState(void ()), TextEditingController controller, {TextInputType? keyboardType, bool autoFocus = true, bool label_Visible = false, List< TextInputFormatter> ? inputFormatters}) → Container -
Available on XSchedaState<
XFDataItem> , provided by the BuilderSchWidget extension -
xEntryDialog(
String title, dynamic value, XCol xCol, {List< ScontiBTN> ? liSconti}) → Future -
Available on XSchedaState<
XFDataItem> , provided by the BuilderSchWidget extension -
xLayout_DialogAddItem(
XView xView, XFDataItem item, {List< ScontiBTN> ? liSconti}) → Future<XFDataItem?> -
Available on XSchedaState<
XFDataItem> , provided by the BuilderSchWidget extension -
xLayout_Number_EntryDialog(
XCol xCol, TextEditingController textController, void parentSetState(void ())?, {bool btnNumberActive = true}) → Widget -
Available on XSchedaState<
XFDataItem> , provided by the BuilderSchWidget extension -
xLayout_Sconto_EntryDialog(
XCol xCol, TextEditingController textController, void parentSetState(void ())?, {List< ScontiBTN> ? liSconti, bool calc = false}) → Widget -
Available on XSchedaState<
XFDataItem> , provided by the BuilderSchWidget extension -
xPreviewDialog(
XView xView, dynamic value) → Future< XFDataItem?> -
Available on XSchedaState<
XFDataItem> , provided by the BuilderSchWidget extension -
xSch_DateFormField_Builder(
{required XCol xCol, required dynamic onDateSelected(DateTime)?, bool editable = true, DateTime? value, Color? borderColor, Color? borderColor_Disabled, Color? labelColor_Disabled, dynamic onBefore_Edit()?, TextEditingController? controller}) → Widget -
Available on XSchedaState<
XFDataItem> , provided by the BuilderSchWidget extension -
xSch_Text_Builder<
T> ({required BuildContext context, required XCol xCol, required String value, List< TextInputFormatter> ? inputFormatters, double? height}) → Widget -
Available on XSchedaState<
XFDataItem> , provided by the BuilderSchWidget extension -
xSch_TextFormField_Builder<
T> ({required BuildContext context, required XCol xCol, dynamic onChanged(String)?, dynamic onSubmitted(String)?, String? hintText, List< TextInputFormatter> ? inputFormatters, TextInputType? keyboardType, bool editable = true, bool label_Visible = true, bool autoFocus = false, String? value, bool? selectText, bool? multiLines, double? height, int? maxLines, Color? borderColor, Color? borderColor_Disabled, Color? labelColor_Disabled, Color? backgorundColor, Color? backgorundColor_Disabled, TextEditingController? controller, dynamic onBefore_Edit()?}) → Widget -
Available on XSchedaState<
XFDataItem> , provided by the BuilderSchWidget extension