n2n Page Rocket 1 API

n2n\impl\web\dispatch\ui

­Form­Ui­Component­Factory

FormUiComponentFactory

Constant summary

Methods summary

Modifier and Type Method
public __construct ( Form form )
public Raw createInput ( PropertyPath propertyPath , array attrs = null , string type = null , string secret = false , string fixedValue = null , string tagName = 'input' , string elementContents = null )
public convertValueToScalar ( SimpleProperty simpleProperty , unknown mapValue )
public createTextarea ( PropertyPath propertyPath , array attrs = null )
public createInputCheckbox ( PropertyPath propertyPath , unknown value , array attrs = null , UiComponent label = null )
public createInputRadio ( PropertyPath propertyPath , unknown value , array attrs = null , bool enhanceAttrs = true )
public createSelect ( PropertyPath propertyPath , array choicesMap , array attrs = null , unknown multiple = false )
public createInputFile ( PropertyPath propertyPath , array attrs = null )
public Raw createInputFileLabel ( PropertyPath propertyPath , array attrs = null , string deleteLinkLabel = null )
public createInputSubmit ( unknown methodName , unknown value = null , array attrs = null )
public createButtonSubmit ( unknown methodName , unknown label , array attrs = null )
public createHiddenSubmit ( unknown methodName , array attrs = null )
public createOptionalObjectCheckbox ( PropertyPath propertyPath , array attrs = null , unknown label = null , array labelAttrs = null )
public createEnabledOptionalObjectHidden ( PropertyPath propertyPath )
public createLabel ( PropertyPath propertyPath , unknown label , array attrs = null )

Constants in detail

Methods in detail