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
Modifier and TypeClassDescriptionstatic final class
Deprecated.Use {LINK google.registry.ui.soy.registrar.FormsTemplates.InputCheckboxRow} instead.static final class
Deprecated.Use {LINK google.registry.ui.soy.registrar.FormsTemplates.InputFieldLabel} instead.static final class
Deprecated.Use {LINK google.registry.ui.soy.registrar.FormsTemplates.InputFieldRow} instead.static final class
Deprecated.Use {LINK google.registry.ui.soy.registrar.FormsTemplates.InputFieldRowWithValue} instead.static final class
Deprecated.Use {LINK google.registry.ui.soy.registrar.FormsTemplates.InputField} instead.static final class
Deprecated.Use {LINK google.registry.ui.soy.registrar.FormsTemplates.InputFieldValue} instead.static final class
Deprecated.Use {LINK google.registry.ui.soy.registrar.FormsTemplates.InputRadioWithValue} instead.static final class
Deprecated.Use {LINK google.registry.ui.soy.registrar.FormsTemplates.MenuButton} instead.static final class
Deprecated.static final class
Deprecated.Use {LINK google.registry.ui.soy.registrar.FormsTemplates.SelectRow} instead.static final class
Deprecated.Use {LINK google.registry.ui.soy.registrar.FormsTemplates.SubmitRow} instead.static final class
Deprecated.static final class
Deprecated.Use {LINK google.registry.ui.soy.registrar.FormsTemplates.TextareaFieldRow} instead.static final class
Deprecated.Use {LINK google.registry.ui.soy.registrar.FormsTemplates.TextareaFieldRowWithValue} instead. -
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Deprecated.This Soy file's namespace.static final FormsSoyInfo.InputCheckboxRowSoyTemplateInfo
Deprecated.static final FormsSoyInfo.InputFieldSoyTemplateInfo
Deprecated.static final FormsSoyInfo.InputFieldLabelSoyTemplateInfo
Deprecated.static final FormsSoyInfo.InputFieldRowSoyTemplateInfo
Deprecated.static final FormsSoyInfo.InputFieldRowWithValueSoyTemplateInfo
Deprecated.static final FormsSoyInfo.InputFieldValueSoyTemplateInfo
Deprecated.static final FormsSoyInfo.InputRadioWithValueSoyTemplateInfo
Deprecated.static final FormsSoyInfo.MenuButtonSoyTemplateInfo
Deprecated.static final FormsSoyInfo.SelectRowSoyTemplateInfo
Deprecated.static final FormsSoyInfo.SubmitRowSoyTemplateInfo
Deprecated.static final FormsSoyInfo.TextareaFieldRowSoyTemplateInfo
Deprecated.Deprecated. -
Method Summary
Methods inherited from class com.google.template.soy.parseinfo.SoyFileInfo
getCssNames, getFileName, getNamespace, getProtoDescriptors, getTemplates
-
Field Details
-
__NAMESPACE__
Deprecated.This Soy file's namespace.- See Also:
-
INPUT_FIELD
Deprecated.Same as InputFieldSoyTemplateInfo.getInstance(). -
INPUT_FIELD_ROW
Deprecated.Same as InputFieldRowSoyTemplateInfo.getInstance(). -
INPUT_FIELD_LABEL
Deprecated.Same as InputFieldLabelSoyTemplateInfo.getInstance(). -
INPUT_FIELD_VALUE
Deprecated.Same as InputFieldValueSoyTemplateInfo.getInstance(). -
INPUT_FIELD_ROW_WITH_VALUE
@Deprecated public static final FormsSoyInfo.InputFieldRowWithValueSoyTemplateInfo INPUT_FIELD_ROW_WITH_VALUEDeprecated.Same as InputFieldRowWithValueSoyTemplateInfo.getInstance(). -
TEXTAREA_FIELD_ROW
Deprecated.Same as TextareaFieldRowSoyTemplateInfo.getInstance(). -
TEXTAREA_FIELD_ROW_WITH_VALUE
@Deprecated public static final FormsSoyInfo.TextareaFieldRowWithValueSoyTemplateInfo TEXTAREA_FIELD_ROW_WITH_VALUEDeprecated.Same as TextareaFieldRowWithValueSoyTemplateInfo.getInstance(). -
SELECT_ROW
Deprecated.Same as SelectRowSoyTemplateInfo.getInstance(). -
INPUT_RADIO_WITH_VALUE
@Deprecated public static final FormsSoyInfo.InputRadioWithValueSoyTemplateInfo INPUT_RADIO_WITH_VALUEDeprecated.Same as InputRadioWithValueSoyTemplateInfo.getInstance(). -
INPUT_CHECKBOX_ROW
Deprecated.Same as InputCheckboxRowSoyTemplateInfo.getInstance(). -
SUBMIT_ROW
Deprecated.Same as SubmitRowSoyTemplateInfo.getInstance(). -
MENU_BUTTON
Deprecated.Same as MenuButtonSoyTemplateInfo.getInstance().
-
-
Method Details
-
getInstance
Deprecated.
-