Package google.registry.ui.soy.registrar
Class FormsSoyInfo.MenuButtonSoyTemplateInfo
java.lang.Object
com.google.template.soy.parseinfo.SoyTemplateInfo
google.registry.ui.soy.registrar.FormsSoyInfo.MenuButtonSoyTemplateInfo
- Enclosing class:
FormsSoyInfo
@Deprecated
public static final class FormsSoyInfo.MenuButtonSoyTemplateInfo
extends com.google.template.soy.parseinfo.SoyTemplateInfo
Deprecated.
Use {LINK google.registry.ui.soy.registrar.FormsTemplates.MenuButton} instead.
Drop-down select button widget.
-
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.ID for button.static final String
Deprecated.Selectable items.static final String
Deprecated.Selected item. -
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:
-
ID
Deprecated.ID for button.- See Also:
-
SELECTED
Deprecated.Selected item.- See Also:
-
ITEMS
Deprecated.Selectable items.- See Also:
-
-
Method Details
-
getInstance
Deprecated.
-