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

/forgerock/openam-v13/openam-server-auth-ui/src/main/java/com/sun/identity/authentication/UI/
H A DLoginViewBean.java111 registerChild(TILED_BUTTONS, ButtonTiledView.class);
165 } else if (name.equals(TILED_BUTTONS)) {
166 return new ButtonTiledView(this, TILED_BUTTONS);
832 ButtonTiledView tBtnView = (ButtonTiledView) getChild(TILED_BUTTONS);
2239 public static final String TILED_BUTTONS = "tiledButtons"; field in class:LoginViewBean
/forgerock/openam/openam-server-auth-ui/src/main/java/com/sun/identity/authentication/UI/
H A DLoginViewBean.java115 registerChild(TILED_BUTTONS, ButtonTiledView.class);
169 } else if (name.equals(TILED_BUTTONS)) {
170 return new ButtonTiledView(this, TILED_BUTTONS);
843 ButtonTiledView tBtnView = (ButtonTiledView) getChild(TILED_BUTTONS);
2261 public static final String TILED_BUTTONS = "tiledButtons"; field in class:LoginViewBean

Completed in 37 milliseconds