Package google.registry.ui.soy.registrar
Class FormsSoyInfo.TemplateName
- java.lang.Object
-
- google.registry.ui.soy.registrar.FormsSoyInfo.TemplateName
-
- Enclosing class:
- FormsSoyInfo
@Deprecated public static final class FormsSoyInfo.TemplateName extends java.lang.Object
Deprecated.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
INPUT_CHECKBOX_ROW
Deprecated.The full template name of the .inputCheckboxRow template.static java.lang.String
INPUT_FIELD
Deprecated.The full template name of the .inputField template.static java.lang.String
INPUT_FIELD_LABEL
Deprecated.The full template name of the .inputFieldLabel template.static java.lang.String
INPUT_FIELD_ROW
Deprecated.The full template name of the .inputFieldRow template.static java.lang.String
INPUT_FIELD_ROW_WITH_VALUE
Deprecated.The full template name of the .inputFieldRowWithValue template.static java.lang.String
INPUT_FIELD_VALUE
Deprecated.The full template name of the .inputFieldValue template.static java.lang.String
INPUT_RADIO_WITH_VALUE
Deprecated.The full template name of the .inputRadioWithValue template.static java.lang.String
MENU_BUTTON
Deprecated.The full template name of the .menuButton template.static java.lang.String
SELECT_ROW
Deprecated.The full template name of the .selectRow template.static java.lang.String
SUBMIT_ROW
Deprecated.The full template name of the .submitRow template.static java.lang.String
TEXTAREA_FIELD_ROW
Deprecated.The full template name of the .textareaFieldRow template.static java.lang.String
TEXTAREA_FIELD_ROW_WITH_VALUE
Deprecated.The full template name of the .textareaFieldRowWithValue template.
-
-
-
Field Detail
-
INPUT_FIELD
public static final java.lang.String INPUT_FIELD
Deprecated.The full template name of the .inputField template.- See Also:
- Constant Field Values
-
INPUT_FIELD_ROW
public static final java.lang.String INPUT_FIELD_ROW
Deprecated.The full template name of the .inputFieldRow template.- See Also:
- Constant Field Values
-
INPUT_FIELD_LABEL
public static final java.lang.String INPUT_FIELD_LABEL
Deprecated.The full template name of the .inputFieldLabel template.- See Also:
- Constant Field Values
-
INPUT_FIELD_VALUE
public static final java.lang.String INPUT_FIELD_VALUE
Deprecated.The full template name of the .inputFieldValue template.- See Also:
- Constant Field Values
-
INPUT_FIELD_ROW_WITH_VALUE
public static final java.lang.String INPUT_FIELD_ROW_WITH_VALUE
Deprecated.The full template name of the .inputFieldRowWithValue template.- See Also:
- Constant Field Values
-
TEXTAREA_FIELD_ROW
public static final java.lang.String TEXTAREA_FIELD_ROW
Deprecated.The full template name of the .textareaFieldRow template.- See Also:
- Constant Field Values
-
TEXTAREA_FIELD_ROW_WITH_VALUE
public static final java.lang.String TEXTAREA_FIELD_ROW_WITH_VALUE
Deprecated.The full template name of the .textareaFieldRowWithValue template.- See Also:
- Constant Field Values
-
SELECT_ROW
public static final java.lang.String SELECT_ROW
Deprecated.The full template name of the .selectRow template.- See Also:
- Constant Field Values
-
INPUT_RADIO_WITH_VALUE
public static final java.lang.String INPUT_RADIO_WITH_VALUE
Deprecated.The full template name of the .inputRadioWithValue template.- See Also:
- Constant Field Values
-
INPUT_CHECKBOX_ROW
public static final java.lang.String INPUT_CHECKBOX_ROW
Deprecated.The full template name of the .inputCheckboxRow template.- See Also:
- Constant Field Values
-
SUBMIT_ROW
public static final java.lang.String SUBMIT_ROW
Deprecated.The full template name of the .submitRow template.- See Also:
- Constant Field Values
-
MENU_BUTTON
public static final java.lang.String MENU_BUTTON
Deprecated.The full template name of the .menuButton template.- See Also:
- Constant Field Values
-
-