ImageSelectPage

Da fehlte noch was. Das kompilierte nicht.

git-svn-id: https://svn.libreccm.org/ccm/trunk@1784 8810af33-2d31-482b-a856-94f89814c4df
master
quasi 2012-07-26 06:59:44 +00:00
parent f0b01cda4c
commit 1598c6ccff
1 changed files with 4 additions and 0 deletions

View File

@ -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");