Squeak Class Documentation category index | class index  
 
LayoutProperties
  category: Morphic-Layouts
  superclass: Object
  subclasses: TableLayoutProperties

This class provides a compact bit encoding for the most commonly used layout properties.

instance methods
  accessing
  disableTableLayout
disableTableLayout:
hResizing
hResizing:
vResizing
vResizing:

  converting
  asTableLayoutProperties

  initialize
  initialize
initializeFrom:

  table defaults
  cellInset
cellPositioning
cellSpacing
layoutInset
listCentering
listDirection
listSpacing
maxCellSize
minCellSize
reverseTableCells
rubberBandCells
wrapCentering
wrapDirection

  testing
  includesTableProperties

class methods
  instance creation
  new

instance methods
  accessing top  
 

disableTableLayout


 

disableTableLayout:


 

hResizing


 

hResizing:


 

vResizing


 

vResizing:


  converting top  
 

asTableLayoutProperties


  initialize top  
 

initialize


 

initializeFrom:

Initialize the receiver from a default provider


  table defaults top  
 

cellInset

Default


 

cellPositioning


 

cellSpacing

Default


 

layoutInset


 

listCentering

Default


 

listDirection

Default


 

listSpacing

Default


 

maxCellSize


 

minCellSize


 

reverseTableCells


 

rubberBandCells


 

wrapCentering


 

wrapDirection


  testing top  
 

includesTableProperties


class methods
  instance creation top  
 

new

Answer a new instance of the receiver (which is a class) with no indexable variables. Fail if the class is indexable.