Package google.registry.ui.soy.registrar
Class FormsSoyInfo
- java.lang.Object
-
- com.google.template.soy.parseinfo.SoyFileInfo
-
- google.registry.ui.soy.registrar.FormsSoyInfo
-
@Deprecated @Generated("com.google.template.soy.SoyParseInfoGenerator") public final class FormsSoyInfo extends com.google.template.soy.parseinfo.SoyFileInfo
Deprecated.Use {LINK google.registry.ui.soy.registrar.FormsTemplates} instead.Soy parse info for Forms.soy.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
FormsSoyInfo.InputCheckboxRowSoyTemplateInfo
Deprecated.Use {LINK google.registry.ui.soy.registrar.FormsTemplates.InputCheckboxRow} instead.static class
FormsSoyInfo.InputFieldLabelSoyTemplateInfo
Deprecated.Use {LINK google.registry.ui.soy.registrar.FormsTemplates.InputFieldLabel} instead.static class
FormsSoyInfo.InputFieldRowSoyTemplateInfo
Deprecated.Use {LINK google.registry.ui.soy.registrar.FormsTemplates.InputFieldRow} instead.static class
FormsSoyInfo.InputFieldRowWithValueSoyTemplateInfo
Deprecated.Use {LINK google.registry.ui.soy.registrar.FormsTemplates.InputFieldRowWithValue} instead.static class
FormsSoyInfo.InputFieldSoyTemplateInfo
Deprecated.Use {LINK google.registry.ui.soy.registrar.FormsTemplates.InputField} instead.static class
FormsSoyInfo.InputFieldValueSoyTemplateInfo
Deprecated.Use {LINK google.registry.ui.soy.registrar.FormsTemplates.InputFieldValue} instead.static class
FormsSoyInfo.InputRadioWithValueSoyTemplateInfo
Deprecated.Use {LINK google.registry.ui.soy.registrar.FormsTemplates.InputRadioWithValue} instead.static class
FormsSoyInfo.MenuButtonSoyTemplateInfo
Deprecated.Use {LINK google.registry.ui.soy.registrar.FormsTemplates.MenuButton} instead.static class
FormsSoyInfo.Param
Deprecated.static class
FormsSoyInfo.SelectRowSoyTemplateInfo
Deprecated.Use {LINK google.registry.ui.soy.registrar.FormsTemplates.SelectRow} instead.static class
FormsSoyInfo.SubmitRowSoyTemplateInfo
Deprecated.Use {LINK google.registry.ui.soy.registrar.FormsTemplates.SubmitRow} instead.static class
FormsSoyInfo.TemplateName
Deprecated.static class
FormsSoyInfo.TextareaFieldRowSoyTemplateInfo
Deprecated.Use {LINK google.registry.ui.soy.registrar.FormsTemplates.TextareaFieldRow} instead.static class
FormsSoyInfo.TextareaFieldRowWithValueSoyTemplateInfo
Deprecated.Use {LINK google.registry.ui.soy.registrar.FormsTemplates.TextareaFieldRowWithValue} instead.
-
Field Summary
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static FormsSoyInfo
getInstance()
Deprecated.
-
-
-
Field Detail
-
__NAMESPACE__
public static final java.lang.String __NAMESPACE__
Deprecated.This Soy file's namespace.- See Also:
- Constant Field Values
-
INPUT_FIELD
@Deprecated public static final FormsSoyInfo.InputFieldSoyTemplateInfo INPUT_FIELD
Deprecated.Same as InputFieldSoyTemplateInfo.getInstance().
-
INPUT_FIELD_ROW
@Deprecated public static final FormsSoyInfo.InputFieldRowSoyTemplateInfo INPUT_FIELD_ROW
Deprecated.Same as InputFieldRowSoyTemplateInfo.getInstance().
-
INPUT_FIELD_LABEL
@Deprecated public static final FormsSoyInfo.InputFieldLabelSoyTemplateInfo INPUT_FIELD_LABEL
Deprecated.Same as InputFieldLabelSoyTemplateInfo.getInstance().
-
INPUT_FIELD_VALUE
@Deprecated public static final FormsSoyInfo.InputFieldValueSoyTemplateInfo INPUT_FIELD_VALUE
Deprecated.Same as InputFieldValueSoyTemplateInfo.getInstance().
-
INPUT_FIELD_ROW_WITH_VALUE
@Deprecated public static final FormsSoyInfo.InputFieldRowWithValueSoyTemplateInfo INPUT_FIELD_ROW_WITH_VALUE
Deprecated.Same as InputFieldRowWithValueSoyTemplateInfo.getInstance().
-
TEXTAREA_FIELD_ROW
@Deprecated public static final FormsSoyInfo.TextareaFieldRowSoyTemplateInfo TEXTAREA_FIELD_ROW
Deprecated.Same as TextareaFieldRowSoyTemplateInfo.getInstance().
-
TEXTAREA_FIELD_ROW_WITH_VALUE
@Deprecated public static final FormsSoyInfo.TextareaFieldRowWithValueSoyTemplateInfo TEXTAREA_FIELD_ROW_WITH_VALUE
Deprecated.Same as TextareaFieldRowWithValueSoyTemplateInfo.getInstance().
-
SELECT_ROW
@Deprecated public static final FormsSoyInfo.SelectRowSoyTemplateInfo SELECT_ROW
Deprecated.Same as SelectRowSoyTemplateInfo.getInstance().
-
INPUT_RADIO_WITH_VALUE
@Deprecated public static final FormsSoyInfo.InputRadioWithValueSoyTemplateInfo INPUT_RADIO_WITH_VALUE
Deprecated.Same as InputRadioWithValueSoyTemplateInfo.getInstance().
-
INPUT_CHECKBOX_ROW
@Deprecated public static final FormsSoyInfo.InputCheckboxRowSoyTemplateInfo INPUT_CHECKBOX_ROW
Deprecated.Same as InputCheckboxRowSoyTemplateInfo.getInstance().
-
SUBMIT_ROW
@Deprecated public static final FormsSoyInfo.SubmitRowSoyTemplateInfo SUBMIT_ROW
Deprecated.Same as SubmitRowSoyTemplateInfo.getInstance().
-
MENU_BUTTON
@Deprecated public static final FormsSoyInfo.MenuButtonSoyTemplateInfo MENU_BUTTON
Deprecated.Same as MenuButtonSoyTemplateInfo.getInstance().
-
-
Method Detail
-
getInstance
public static FormsSoyInfo getInstance()
Deprecated.
-
-