Class LegalPersonInfoViewer
- java.lang.Object
-
- de.ipk_gatersleben.bit.bi.edal.rmi.client.gui.viewer.MetadataViewer
-
- de.ipk_gatersleben.bit.bi.edal.rmi.client.gui.viewer.LegalPersonInfoViewer
-
public class LegalPersonInfoViewer extends MetadataViewer
TheLegalPersonInfoVieweris a wrapper class forLegalPersonviewDialog, we can use it with a couple of lines of code:LegalPersonInfoViewer personInfoViewer = new LegalPersonInfoViewer(); personInfoViewer.setValue(person); personInfoViewer.showOpenDialog();
-
-
Constructor Summary
Constructors Constructor Description LegalPersonInfoViewer()
-
Method Summary
Modifier and Type Method Description voidsetTitle(java.lang.String title)set the title of metadata dialogvoidsetValue(UntypedData person)set the Person value.intshowOpenDialog()pop up a PersonviewDialog Dialog
-
-
-
Method Detail
-
setValue
public void setValue(UntypedData person)
set the Person value. set the Person value.- Specified by:
setValuein classMetadataViewer- Parameters:
person- the value the set
-
showOpenDialog
public int showOpenDialog()
pop up a PersonviewDialog Dialog- Specified by:
showOpenDialogin classMetadataViewer- Returns:
- the result
-
setTitle
public void setTitle(java.lang.String title)
Description copied from class:MetadataViewerset the title of metadata dialog- Specified by:
setTitlein classMetadataViewer- Parameters:
title- the title for the dialog
-
-