Searched refs:COMPONENT_ACTION_BUTTON_START_TAG (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/property/
H A DPropertyTemplate.java122 String COMPONENT_ACTION_BUTTON_START_TAG = "<cc name=\"{0}DynLink\" tagclass=\"com.sun.web.ui.taglib.html.CCButtonTag\">\n<attribute name=\"onClick\" value=\"submitAction(''{1}'', ''{2}'');\" /><attribute name=\"defaultValue\" value=\"{3}\" />\n"; field in interface:PropertyTemplate
H A DPropertyXMLBuilderBase.java714 .append(MessageFormat.format(COMPONENT_ACTION_BUTTON_START_TAG, "refresh", attrName, "",
723 xml.append(MessageFormat.format(COMPONENT_ACTION_BUTTON_START_TAG, "create", attrName,
727 xml.append(MessageFormat.format(COMPONENT_ACTION_BUTTON_START_TAG, "edit", attrName,
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/property/
H A DPropertyTemplate.java122 String COMPONENT_ACTION_BUTTON_START_TAG = "<cc name=\"{0}DynLink\" tagclass=\"com.sun.web.ui.taglib.html.CCButtonTag\">\n<attribute name=\"onClick\" value=\"submitAction(''{1}'', ''{2}'');\" /><attribute name=\"defaultValue\" value=\"{3}\" />\n"; field in interface:PropertyTemplate
H A DPropertyXMLBuilderBase.java714 .append(MessageFormat.format(COMPONENT_ACTION_BUTTON_START_TAG, "refresh", attrName, "",
723 xml.append(MessageFormat.format(COMPONENT_ACTION_BUTTON_START_TAG, "create", attrName,
727 xml.append(MessageFormat.format(COMPONENT_ACTION_BUTTON_START_TAG, "edit", attrName,

Completed in 36 milliseconds