Method valueOf(boolean b)
Return type:
java.lang.Boolean
Member of:
java.lang.Boolean
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
_dayswithentry[dom - 1] = Boolean.valueOf(true);
2
_dayswithentry[dom - 1] = Boolean.valueOf(false);
3
context.setProperty(FormattingContextProperties.CONTEXT_DOCUMENT, Boolean.valueOf(true));
4
this (manager, Boolean.valueOf (confirm));
5
putProperty(PROP_BOOLEAN_STATE, Boolean.valueOf(isViewOpened()));
6
UIManager.put(USE_NARROW_BUTTONS_KEY, Boolean.valueOf(b));
7
UIManager.put(TAB_ICONS_ENABLED_KEY, Boolean.valueOf(b));
8
panelVerifiedValues.setElementAt(Boolean.valueOf(verified), panelIndex);
9
m_test = Boolean.valueOf("Y".equals (para[i].getParameter()));
10
p.put("ssl", Boolean.valueOf(useSSL));
11
opt = Boolean.valueOf(isBooleanYes(val));
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.