Method append(boolean b)
Return type:
java.lang.StringBuffer
Member of:
java.lang.StringBuffer
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
xml.append(SELECTED).append("=\"").append(selected);
2
buffer.append(b);
3
sb.append("ParamDef[").append(text).append(",mand=").append(mandatory).append("]");
4
xml.append(SELECTED).append("=\"").append(selected);
5
listOut[curOut].append(b);
6
xml.append(EXPANDED).append("=\"").append(tree.isExpanded(path)).append("\" ");
7
xml.append(EXPANDED).append("=\"").append(tree.isExpanded(path)).append("\" ");
8
sb.append (fe.isTemporary());
9
.append(",DecimalPoint=").append(isDecimalPoint())
10
buffer.append( isEnabled_ );
11
buffer.append(" .horizontalBorder = ").append(isHorizontalBorder()).append('\n');
12
buffer.append(isRequired || isPrimaryKey);
13
buf.append(isSuccess);
14
sb.append(delegate);
15
sb.append(readable);
16
buffer.append(loginRequired);
17
buf.append(en);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.