BrightSide Workbench Full Report + Source Code
org.turro.zul.relpaths.AbstractAddRelatedPaths Class Referenceabstract
Inheritance diagram for org.turro.zul.relpaths.AbstractAddRelatedPaths:
Collaboration diagram for org.turro.zul.relpaths.AbstractAddRelatedPaths:

Public Member Functions

HtmlBasedComponent getControl (HtmlBasedComponent base)
 
void save ()
 
void save (boolean showForm)
 

Protected Member Functions

abstract HtmlBasedComponent getComponent ()
 
abstract void saveRelation (boolean showForm)
 

Detailed Description

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

Definition at line 30 of file AbstractAddRelatedPaths.java.

Member Function Documentation

◆ getComponent()

abstract HtmlBasedComponent org.turro.zul.relpaths.AbstractAddRelatedPaths.getComponent ( )
abstractprotected
Here is the caller graph for this function:

◆ getControl()

HtmlBasedComponent org.turro.zul.relpaths.AbstractAddRelatedPaths.getControl ( HtmlBasedComponent  base)

Implements org.turro.zul.relpaths.IAddRelatedPaths.

Definition at line 35 of file AbstractAddRelatedPaths.java.

35  {
36  this.base = base;
37  return getComponent();
38  }
abstract HtmlBasedComponent getComponent()
Here is the call graph for this function:

◆ save() [1/2]

void org.turro.zul.relpaths.AbstractAddRelatedPaths.save ( )

◆ save() [2/2]

void org.turro.zul.relpaths.AbstractAddRelatedPaths.save ( boolean  showForm)

Implements org.turro.zul.relpaths.IAddRelatedPaths.

Definition at line 46 of file AbstractAddRelatedPaths.java.

46  {
47  saveRelation(showForm);
48  if(base != null) {
49  Events.sendEvent(new Event(Events.ON_CHANGE, base));
50  }
51  }
abstract void saveRelation(boolean showForm)
Here is the call graph for this function:

◆ saveRelation()

abstract void org.turro.zul.relpaths.AbstractAddRelatedPaths.saveRelation ( boolean  showForm)
abstractprotected
Here is the caller graph for this function:

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