Package google.registry.ui.soy.registrar
Class FormsSoyInfo.InputFieldRowSoyTemplateInfo
java.lang.Object
com.google.template.soy.parseinfo.SoyTemplateInfo
google.registry.ui.soy.registrar.FormsSoyInfo.InputFieldRowSoyTemplateInfo
- Enclosing class:
FormsSoyInfo
@Deprecated
public static final class FormsSoyInfo.InputFieldRowSoyTemplateInfo
extends com.google.template.soy.parseinfo.SoyTemplateInfo
Deprecated.
Use {LINK google.registry.ui.soy.registrar.FormsTemplates.InputFieldRow} instead.
Input field in a table row.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.google.template.soy.parseinfo.SoyTemplateInfo
com.google.template.soy.parseinfo.SoyTemplateInfo.ParamRequisiteness
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Deprecated.This template's full name.static final String
Deprecated.This template's partial name.static final String
Deprecated.Input field description.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.This will be used to set default value with $item[$name].static final String
Deprecated.static final String
Deprecated.Input field label.static final String
Deprecated.Input field name.static final String
Deprecated.static final String
Deprecated.Placeholder text.static final String
Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Methods inherited from class com.google.template.soy.parseinfo.SoyTemplateInfo
getName, getParamCount, getParamNames, getParamRequisiteness, getPartialName, getRequiredParamNames, hasParam
-
Field Details
-
__NAME__
Deprecated.This template's full name.- See Also:
-
__PARTIAL_NAME__
Deprecated.This template's partial name.- See Also:
-
NAME
Deprecated.Input field name.- See Also:
-
ITEM
Deprecated.This will be used to set default value with $item[$name].- See Also:
-
ITEM_PREFIX
Deprecated.- See Also:
-
NAME_PREFIX
Deprecated.- See Also:
-
LABEL
Deprecated.Input field label.- See Also:
-
DESCRIPTION
Deprecated.Input field description.- See Also:
-
PLACEHOLDER
Deprecated.Placeholder text.- See Also:
-
READONLY
Deprecated.- See Also:
-
DISABLED
Deprecated.- See Also:
-
IS_PASSWORD
Deprecated.- See Also:
-
-
Method Details
-
getInstance
Deprecated.
-