Smalltalk/X Webserver
Documentation of class 'ListModelView::TableRenderer::ColumnDescriptor':
everywhere
www.exept.de
for:
Class: ColumnDescriptor (private in TableRenderer
This class is only visible from within TableRenderer (which is itself a private class of ListModelView).
Inheritance
Class protocol
instance creation
Instance protocol
accessing
displaying
extract values
instance creation
private displaying
Inheritance:
Object
| +--
ListModelView::TableRenderer::ColumnDescriptor
Package:
stx:libwidg2
Category:
Views-Lists
Owner:
ListModelView::TableRenderer
Class protocol:
instance creation
dataSetColumnSpec:
aDataSetColumnSpec
new
Instance protocol:
accessing
alignment
returns the aligmnent of the contents of the underlaying cell
dataSetColumnSpec
dataSetColumnSpec:
aDataSetColumnSpec
defaultColumnWidth
minimumRequiredColumnHeight
showVerticalSplitbar
answer true if the verical splitbar is shown
displaying
drawRowAt:
aRowNr
shownSelected:
isShownSelected
receiver:
aReceiver
x:
x
y:
y
w:
w
h:
h
on:
aGC
display a column for a specific row
extract values
extractBackgroundColorFrom:
aReceiver
rowNr:
aRowNr
on:
aView
extractColumnFrom:
aReceiver
rowNr:
aRowNr
on:
aView
extractForegroundColorFrom:
aReceiver
rowNr:
aRowNr
on:
aView
instance creation
columnNumber:
aNumber
private displaying
alignAndDisplay:
anObject
x:
x
y:
y
w:
w
on:
aGC
display an object on aGC; care for alignment
displayImage:
anImage
x:
x
y:
y
w:
w
h:
h
on:
aGC
display an image on aGC; answer the height used....
displayLabelAndIcon:
aLabelAndIcon
x:
x
y:
y
w:
w
h:
h
on:
aGC
display an image on aGC; answer the height used....
displayString:
aString
x:
x
y:
y
w:
w
h:
h
on:
aGC
display a string on aGC; answer the height used....
drawObject:
anObject
x:
x
y:
y
w:
w
h:
h
on:
aGC
display any object (sequence of objects) on aGC; answer the height used....
queryForClipColumnWithAvailableHeight:
anAvailableHeight
ST/X 6.1.1; WebServer 1.620 at exept:8081; Mon, 21 May 2012 18:28:42 GMT