Searched defs:buttons (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-common-auth-ui/src/main/java/com/sun/identity/authentication/UI/
H A DButtonTiledView.java44 * This class contains a set of buttons for login view bean
50 private String[] buttons = null; field in class:ButtonTiledView
63 * constructs a tiled view of buttons
114 if (buttons != null) {
115 getPrimaryModel().setSize(buttons.length);
139 setDisplayFieldValue(TXT_BUTTON, buttons[curTile]);
149 * @param buttons array
151 public void setButtonArray(String[] buttons) { argument
152 this.buttons = buttons;
[all...]
/forgerock/openam/openam-common-auth-ui/src/main/java/com/sun/identity/authentication/UI/
H A DButtonTiledView.java44 * This class contains a set of buttons for login view bean
50 private String[] buttons = null; field in class:ButtonTiledView
63 * constructs a tiled view of buttons
114 if (buttons != null) {
115 getPrimaryModel().setSize(buttons.length);
139 setDisplayFieldValue(TXT_BUTTON, buttons[curTile]);
149 * @param buttons array
151 public void setButtonArray(String[] buttons) { argument
152 this.buttons = buttons;
[all...]

Completed in 36 milliseconds