Searched refs:TEXTAREA_SIZE_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.java126 String TEXTAREA_SIZE_TAG = "<attribute name=\"cols\" value=\"{0}\" />\n<attribute name=\"rows\" value=\"{1}\" />\n"; field in interface:PropertyTemplate
H A DPropertyXMLBuilderBase.java565 xml.append(MessageFormat.format(TEXTAREA_SIZE_TAG, textAreaSize));
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/property/
H A DPropertyTemplate.java126 String TEXTAREA_SIZE_TAG = "<attribute name=\"cols\" value=\"{0}\" />\n<attribute name=\"rows\" value=\"{1}\" />\n"; field in interface:PropertyTemplate
H A DPropertyXMLBuilderBase.java565 xml.append(MessageFormat.format(TEXTAREA_SIZE_TAG, textAreaSize));

Completed in 36 milliseconds