BrightSide Workbench Full Report + Source Code
org.turro.financials.assets.DocumentLinesGrid Class Reference
Inheritance diagram for org.turro.financials.assets.DocumentLinesGrid:
Collaboration diagram for org.turro.financials.assets.DocumentLinesGrid:

Public Member Functions

FixedAsset getFixedAsset ()
 
void setFixedAsset (FixedAsset fixedAsset)
 
void reload ()
 
void createRelation (FixedAssetWrapper wrapper, AssetFilterGrid filter)
 
void afterCompose ()
 
- Public Member Functions inherited from org.turro.zkoss.grid.PagingGrid
void setColumns (int columns)
 
void setColumns (String hflexs)
 
void refine ()
 
boolean isDefaultBehavior ()
 
void setDefaultBehavior (boolean defaultBehavior)
 
String getRefineValue ()
 
void setRefineValue (String value)
 
int getMaxResults ()
 
void setMaxResults (int maxResults)
 
String getPagingMold ()
 
void setPagingMold (String pagingMold)
 
int getRowCount ()
 
void setRowCount (int rows)
 
void setHeadersVisible (boolean value)
 
boolean isHeadersVisible ()
 
String getVarColumns ()
 
void setVarColumns (String varColumns)
 
Collection< String > getVarColumnsList (String defaultCols)
 
void addDetailColumn ()
 
void addDetailColumn (HtmlBasedComponent caption)
 
void openDetails ()
 
boolean isEmpty ()
 
void clearColumns ()
 
void clearRows ()
 
void clearEmptyGroups ()
 
Columns getColumns (boolean create)
 
Rows getRows (boolean create)
 
Foot getFoot (boolean create)
 
Foot createFoot ()
 
void exportToPdf ()
 

Detailed Description

Author
Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g

Definition at line 41 of file assets/DocumentLinesGrid.java.

Member Function Documentation

◆ afterCompose()

void org.turro.financials.assets.DocumentLinesGrid.afterCompose ( )

Definition at line 69 of file assets/DocumentLinesGrid.java.

69  {
70  addColumns();
71  addRows();
72  }

◆ createRelation()

void org.turro.financials.assets.DocumentLinesGrid.createRelation ( FixedAssetWrapper  wrapper,
AssetFilterGrid  filter 
)

Definition at line 58 of file assets/DocumentLinesGrid.java.

58  {
59  wrapper.loadLines(filter, new Command() {
60  @Override
61  public Object execute(Context context) {
62  reload();
63  return null;
64  }
65  });
66  }
Here is the call graph for this function:

◆ getFixedAsset()

FixedAsset org.turro.financials.assets.DocumentLinesGrid.getFixedAsset ( )

Definition at line 45 of file assets/DocumentLinesGrid.java.

45  {
46  return fixedAsset;
47  }

◆ reload()

void org.turro.financials.assets.DocumentLinesGrid.reload ( )

Definition at line 53 of file assets/DocumentLinesGrid.java.

53  {
54  getRows().detach();
55  addRows();
56  }
Rows getRows(boolean create)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ setFixedAsset()

void org.turro.financials.assets.DocumentLinesGrid.setFixedAsset ( FixedAsset  fixedAsset)

Definition at line 49 of file assets/DocumentLinesGrid.java.

49  {
50  this.fixedAsset = fixedAsset;
51  }

The documentation for this class was generated from the following file: