ImageSelectPage
Da fehlte noch was. Das kompilierte nicht. git-svn-id: https://svn.libreccm.org/ccm/trunk@1784 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
f0b01cda4c
commit
1598c6ccff
|
|
@ -45,6 +45,10 @@ public class ImageLibraryComponent extends SimpleContainer implements ImageCompo
|
|||
this(ImageComponent.ATTACH_IMAGE, null);
|
||||
}
|
||||
|
||||
public ImageLibraryComponent(final int mode) {
|
||||
this(mode, null);
|
||||
}
|
||||
|
||||
public ImageLibraryComponent(final int mode, final ImageSelectPage parent) {
|
||||
m_mode = mode;
|
||||
m_imageID = new BigDecimalParameter("imageID");
|
||||
|
|
|
|||
Loading…
Reference in New Issue