Package google.registry.ui.soy.registrar
Class FormsSoyInfo.SelectRowSoyTemplateInfo
- java.lang.Object
-
- com.google.template.soy.parseinfo.SoyTemplateInfo
-
- google.registry.ui.soy.registrar.FormsSoyInfo.SelectRowSoyTemplateInfo
-
- Enclosing class:
- FormsSoyInfo
@Deprecated public static final class FormsSoyInfo.SelectRowSoyTemplateInfo extends com.google.template.soy.parseinfo.SoyTemplateInfo
Deprecated.Use {LINK google.registry.ui.soy.registrar.FormsTemplates.SelectRow} instead.Select control.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
__NAME__
Deprecated.This template's full name.static java.lang.String
__PARTIAL_NAME__
Deprecated.This template's partial name.static java.lang.String
LABEL
Deprecated.Input field label.static java.lang.String
NAME
Deprecated.Input field name.static java.lang.String
NAME_PREFIX
Deprecated.static java.lang.String
OPTIONS
Deprecated.Items listed in the selector.static java.lang.String
READONLY
Deprecated.static java.lang.String
SELECTED
Deprecated.Name of the selected option.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static FormsSoyInfo.SelectRowSoyTemplateInfo
getInstance()
Deprecated.
-
-
-
Field Detail
-
__NAME__
public static final java.lang.String __NAME__
Deprecated.This template's full name.- See Also:
- Constant Field Values
-
__PARTIAL_NAME__
public static final java.lang.String __PARTIAL_NAME__
Deprecated.This template's partial name.- See Also:
- Constant Field Values
-
NAME
public static final java.lang.String NAME
Deprecated.Input field name.- See Also:
- Constant Field Values
-
OPTIONS
public static final java.lang.String OPTIONS
Deprecated.Items listed in the selector.- See Also:
- Constant Field Values
-
SELECTED
public static final java.lang.String SELECTED
Deprecated.Name of the selected option.- See Also:
- Constant Field Values
-
NAME_PREFIX
public static final java.lang.String NAME_PREFIX
Deprecated.- See Also:
- Constant Field Values
-
LABEL
public static final java.lang.String LABEL
Deprecated.Input field label.- See Also:
- Constant Field Values
-
READONLY
public static final java.lang.String READONLY
Deprecated.- See Also:
- Constant Field Values
-
-
Method Detail
-
getInstance
public static FormsSoyInfo.SelectRowSoyTemplateInfo getInstance()
Deprecated.
-
-